@6:00 sir doubt in line No 20 it is said that list is like a singly linked list than how are we accessing the element of list like an array example l[x] how???how can we do direct acess in list it is not possible isnt it than why it is working?
Sir doubt in list
hey tejas,
it is possible to do so because list is a data structure which lets you access the elements by indexing just like array.
Please let me know if there is any other doubt.