Coding Question Sheet
Coding Question Sheet
ARRAY
SEARCHING
1) Ternary Search
2) Find first and last positions of an element in a sorted array.
3) Search Insert Position.
4) Find missing number.
5) Two elements whose sum is closest to zero.
SORTING
1) Bubble Sort
2) Insertion Sort
3) Selection Sort
4) Merge Sort
5) Quick Sort
6) Find Majority Elements
7) Sort Array By Parity.
8) Height Checker.
9) Sorting String Using Bubble Sort.
10) Book Allocation Problem.
Linked List
Stack
Queue
Tree