How can one find a cycle in the linked list? IF found how
to recognize the cycle and delete that cycle?
Answer Posted / shankhasubhra mukherjee
this is a same as Circular link list. try it now.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
State the demerits of linked representation of binary trees?
We know that Arrays are objects so why cannot we write strArray.length()?
Is data structure a data type?
What do you mean by 2-3-4 tree?
There is a program which inserts and deletes node in a sorted singly linked list. There is a bug in one of the modules, how would you debug it?
What is sorting an array?
Differentiate between priorityqueue and treeset.
Why quicksort is called quick?
How to cut or remove an element from the array?
What are the advantages of linked list over an array?
Write the advantage of separate chaining?
What do you mean by free pool?
What is pivot in quicksort?
Why is it important to sort waste?
What is the difference between null and void pointer in data structures?