Devise a program to sort an array using bubble sort.
Differentiate between arraylist and linkedlist.
What do you understand by doubly linked list?
What is stack in data structure with the example?
Write an algorithm to check if there is a loop in a doubly linked list.
Define an algorithm. What are the properties of an algorithm? What are the types of algorithms?
What is array and its types?
Briefly explain recursive algorithm 50 how do you search for a target key in a linked list?
Is list an array?
Explain in brief a linked list.
Define balance factor of a node in avl tree?
Mention the advantages of representing stacks using linked lists than arrays?
What is the use of heap sort?
What is red black tree in data structure?
Can we add duplicate keys in a hashmap? What will happen if we attempt to add duplicate values?