How can one find a cycle in the linked list? IF found how
to recognize the cycle and delete that cycle?
Answer Posted / monti
Ok guys now you all know the answer of "How to find if a
list has a cycle or not"...now answer this "Give an optimal
solution to return the stating point of cycle in a link-list
if it contains a cycle or else return NULL. You are given
head of that link-list"
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is variable size arrays?and why we use it?
Is an arraylist a vector?
Which is the parent class of abstractqueue class?
What stack means?
How to increase stack limit in w3wp.exe?
Define root?
Can you provide some implementation of a dictionary having large number of words?
Which interfaces are implemented by abstractqueue?
Does arraylist allow null values?
What is array sort?
What is the difference between collections class vs collections interface?
What exactly is a thread?
Which sort algorithm is best?
Does list maintain insertion order?
What is the difference between 1d and 2d array?