# | Search |
---|---|
01 | Binary Search |
02 | Interpolation Search |
# | Sort |
---|---|
01 | Bubble Sort |
02 | Counting Sort |
03 | Heep Sort |
04 | Insert Sort |
05 | Merge Sort |
06 | Quick Sort |
07 | Radix Sort |
08 | Selection Sort |
09 | Sheel Sort |
# | Solving pattern |
---|---|
01 | Anagrams |
02 | Count Unique Value |
03 | Frequency Counter |
04 | Sliding Window |
05 | Sum Zero |
# | Exercises |
---|---|
01 | String Reverse |
02 | Max Char |
03 | Palindromes |
# | Data Structure |
---|---|
01 | Linked List |
02 | Queue |
03 | Stack |
04 | Tree |
05 | Graph |
On road ...