How can one find a cycle in the linked list? IF found how
to recognize the cycle and delete that cycle?
Answer Posted / riddle
I dont think answer #8 is any recursive verion .....
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain the term base case?
Differentiate between list and map.
For the following COBOL code, draw the Binary tree? 01 STUDENT_REC. 02 NAME. 03 FIRST_NAME PIC X(10). 03 LAST_NAME PIC X(10). 02 YEAR_OF_STUDY. 03 FIRST_SEM PIC XX. 03 SECOND_SEM PIC XX.
What is difference between array and arraylist? When will you use array over arraylist?
Write a program to reverse a link list.
Define left-in threaded tree?
How can we reverse a singly linked list?
What is array sort?
What is Insertion sort, selection sort, bubble sort( basic differences among the functionality of the three sorts and not the exact algorithms)?
Why sorting is done?
What is the difference between hashmap and arraylist?
How to find the duplicate in an array?
Can we change load factor of hashmap?
Does treeset allow null?
What is a vector class?