Are linked lists considered linear or non-linear data structure?
Answer / Rajesh Kumar Gautam
Linked lists are linear data structures because they store elements in a sequential manner, where each element is connected to the next one through a link.
| Is This Answer Correct ? | 0 Yes | 0 No |
difference between the run time polymorphism and compile time poly morphism and about virtual function.
2 Answers CybAge, Innowe, TCS, Wipro,
When will you use array over arraylist?
What exactly is a thread?
How does hashset work internally in java?
Write a Binary Search program
What is difference between capacity and size of arraylist?
What is the difference between dictionary and hashtable?
What is the difference between hashset and linkedhashset?
Can a binary tree be empty?
Which method will arrange the element of an array in alphabetical order?
List the basic operations carried out in a linked list?
How to create your own data structure in java?