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
Which sorting algorithm uses minimum number of swaps?
Why use a tuple instead of a list?
Mention some drawbacks of the linked list.
Explain the applications of stack?
How does a treemap work?
Are duplicates allowed in hashmap?
What is the minimum number of nodes that a binary tree can have?
What sort of serious problems have you experienced, and how have you handled them?
What is sequential sorting?
How do you sort an arraylist?
How do you find the height of a binary tree?
List the limitations of linear probing?
Define dynamic data structures?
Is map a data structure?
How to inverting a function in sort and searching?