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.
what does this use ListI and not List.
I have no idea, have the same question. I don't think it is important though.
2:30
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.
I think you should watch Generics and Interfaces to find an answer
is there a github repo or something with the code from all the lectures ? Thanks again, professor for the great course !
github.com/Qwoxa/Data-structures/tree/master/src/linkedList
TypeScript
the list is declared static in main will Not work in java that's syntax error
awesome lecture