Hi
Can anyone explain me the difference between circular linked list and looped linked list?
1) In Circular linked list Next part of last node will be pointing to the first nodes starting address.
2) What is meant by loop then?
Thanks & Regards
Sathish Kumar
Can anyone explain me the difference between circular linked list and looped linked list?
1) In Circular linked list Next part of last node will be pointing to the first nodes starting address.
2) What is meant by loop then?
Thanks & Regards
Sathish Kumar
Comment