What is a map in programming?
Explain what is linear search?
What is the difference between 1d and 2d array?
What is dangling pointer and how to avoid it?
Describe what is Node in link list? And name the types of Linked Lists?
Write an algorithm to show various operations on ordered list and arrays
Why would we use dynamically allocated arrays vs vectors?
Can you override methods of arraylist?
Define linear probing?
Is array faster than arraylist?
What is an ordered map?
What is the use of sorting?
What is mean by selection sort?