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
What is the use of data structure?
How do you implement a stack?
What is range search?
How do you sort pseudocode?
What are the different types of sorting? Explain the difference between them.
what are the applications that use Linked lists?
Describe tree rotation in avl tree.
What is hash data type?
Is list same as array?
Does treemap allow null key?
If you have to store one lakh objects, what will be a better option- a hash map or an array list?
What is binary search tree and explain its time complexity?
What is difference between data type and data structure?
How helpful is abstract data type of data structures?
Is it possible to insert different type of elements in a stack? How?