How can one find a cycle in the linked list? IF found how
to recognize the cycle and delete that cycle?
Answer Posted / monti
Well, Answer-3 is correct but only for link list of type 'O'
but it fails for link list of type '9' (which also have a
circle). So to cover up all possibilities answer 2 should be
followed.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Which interfaces are implemented by hashmap?
Which sorting algorithm is worst?
What does each entry in the link list called?
What is sequential sorting?
How to copy an array into another array?
What are the major data structures used in the rdbms?
Why do we use dynamic arrays?
Which programming language is best for data structures?
Is arraylist better than array?
What is a hashmap in c?
Why do we need sorting algorithms?
What you mean by sorting?
What is numeric array?
Is treeset synchronized?
What is mean by merge sort?