Write the programs for Linked List (Insertion and Deletion)
operations
Answer Posted / r.manju
how to deleted specific node in a linked list with example
program?
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Discuss the difference between a stack and an Array?
What is significance of ” * ” ?
Is a hashmap a dictionary?
Is map a collection?
What is stable sort?
What is sequential mapping in data structure?
Why merge sort is better than insertion sort?
What are data structures in programming?
Is map a data structure?
How to get top two numbers from an array?
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
Which is faster array or arraylist?
What is nsmutablearray?
Write code for reversing a linked list.
Is hashmap synchronized?