+ 1
is there any other way to implementing linked lists without using pointers ??
as in python or java pointers are not used to impilmentation linked list
1 ответ
+ 1
Already answered here:
https://stackoverflow.com/questions/3002764/is-a-linked-list-implementation-without-using-pointers-possible-or-not#:~:text=Yes%20you%20can%2C%20it%20is,you%20can%20just%20use%20indexes.