LinkedList 10 Testing the list

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ม.ค. 2025

ความคิดเห็น • 9

  • @boazturya
    @boazturya 4 ปีที่แล้ว +1

    what does this use ListI and not List.

    • @albert_chen
      @albert_chen 4 ปีที่แล้ว

      I have no idea, have the same question. I don't think it is important though.

    • @SoccerQueen50532
      @SoccerQueen50532 3 ปีที่แล้ว +1

      2:30

    • @granth6185
      @granth6185 3 ปีที่แล้ว

      ListI stands for list interface. He's creating an interface which can work on different types of lists (linked lists, array-based lists [his example]). Essentially working with a list interface gives the programmer flexibility to work over whichever type of list they want to.

    • @stanerc
      @stanerc 3 ปีที่แล้ว

      I think you should watch Generics and Interfaces to find an answer

  • @davidgeismar6531
    @davidgeismar6531 5 ปีที่แล้ว +1

    is there a github repo or something with the code from all the lectures ? Thanks again, professor for the great course !

    • @mykolavoinikov4981
      @mykolavoinikov4981 5 ปีที่แล้ว

      github.com/Qwoxa/Data-structures/tree/master/src/linkedList
      TypeScript

  • @ahmidahmid9303
    @ahmidahmid9303 5 ปีที่แล้ว +2

    the list is declared static in main will Not work in java that's syntax error

  • @Kyrowebb
    @Kyrowebb 7 ปีที่แล้ว

    awesome lecture