Implementations
- Add
- Add to start of list
- Add to end of list
- Remove
- Remove first
- Remove last
- Find index of
- Print List
- Clear List
Implemented with linked list and array as storage mechanisms.
Implementations
- Push
- Pop
- Peek
- Postfix Algorithm
Implemented with linked list and array as storage mechanisms.
Implementations
- Enqueue
- Dequeue
- Peek
- Priority Queue
Implementations
- Add
- Find
- Remove
- Tree Traversal
- pre-order
- in-order
- post-order
Implementations
- Hashing
- Add
- Remove
- Find
Implementations
- Bubble sort
- Selection Sort
- Insertion Sort
- Merge Sort
- Quick Sort