How can one find a cycle in the linked list? IF found how
to recognize the cycle and delete that cycle?
Answer Posted / kannan
If the address part of the node contains the header address
then cycle is formed Is it so...
Is This Answer Correct ? | 21 Yes | 16 No |
Post New Answer View All Answers
What you mean by sorting?
How would you sort words in a large file?
What is quick sort example?
Define in brief an array. What are the types of array operations?
Define non-linear data structures?
Why linked lists are better than arrays?
What is data structure definition?
Is quicksort recursive?
List the applications of queues?
What is the difference between arraylist and linkedlist?
By Which algorithm, the 8 queens problem is solved?
What is time complexity of quick sort?
How do stacks work?
What are dynamic data structures?
Define back edge?