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
What is the impact of signed numbers on the memory?
Explain what is binary search?
Which sorting is best in time complexity?
Is red black tree balanced?
Explain linear linked implementation of Stack and Queue?
Can you change size of array once created?
Explain binary searching and Fibinocci search?
What is adt in data structure with example?
Why do we use linked lists?
What are common data structures?
Define 2-3 tree?
Why use a tuple instead of a list?
What are the classification of data structures?
Different Types of pattern?
Explain the Complete structure of hashmap along with the basic coding of the hashmap internal implementation.