- Singly Linked List (insertFirst, insertLast, insertAfter, toArray, fromArray, traverse, getAt, deleteFirst, deleteLast, deleteAt, find, hasCycle, Reverse)
- Doubly Linked List (insertFirst, insertLast)
- [] Queues
- [] Stack
- [] Trees
- [] Graphs
- Binary Search Tree
- Linear Search
- Binary Search
- Bubble Sort
- [] Quick Sort
- Selection Sort
- Insertion Sort
- Merge Sort
- [] Tower Of Hanoi
- [] Fibonacci Series
- smallest number in an array
- sum of an array
- reverse string
- Find Duplicates
- Two Sum
- Self Dividing Numbers
- Maximum sub array sum
- Base ball game
- Reverse string using in place
- Reverse string using stack
- Power of three
- Valid parentheses
- Valid anagrams
- Valid Palindrome string
- First unique character in string
- Missing Number
- Happy Number
- Make the string great
- Unique Email Addresses
- Reverse Vowels of a string
- Counting bits
- Best time to buy and sell stock
- Generate parentheses
- Single Number
-
Courses
-
Linked List