Coding Questions 10 Pages
Coding Questions 10 Pages
Arrays
Strings
Recursion
Sorting Algorithms
1. Bubble Sort
2. Selection Sort
3. Insertion Sort
4. Merge Sort
5. Quick Sort (basic partitioning logic)
Linked List
Number Problems
1. Print a 2D matrix
2. Transpose a matrix
3. Sum of diagonals of a matrix
4. Search an element in a 2D matrix
5. Rotate matrix 90 degrees clockwise
Patterns