Name | Description | Status | Next |
---|---|---|---|
GraphInterface | ✅ | ||
AdjacencyList | Including DFS, BFS | ✅ | |
Vertex | ✅ | ||
WeightedGraph | Including Dijkstra's Algorithm & Prim's Algorithm | ✅ | To simplify the code and add Kruskal Algorithm |
WeightedGraphInterface | ✅ | ||
Pair | ✅ | ||
WeightEdge | ✅ | ||
WeightedVertex | ✅ |
Name | Description | Status | Next |
---|---|---|---|
BinarySearch | ✅ | ||
MaximaSet | ✅ | ||
MergeSort | ✅ | ||
QuickSort | ✅ | ||
QuickSelection | ✅ |
Name | Description | Status | Next |
---|---|---|---|
MiniHeap | ✅ | Use HashMap to increase the performance for recursion | |
Pq | ✅ | ||
SelectionSort | ✅ | ||
InsertionSort | ✅ |
Name | Description | Status | Next |
---|---|---|---|
The Fractional Knapsack Algorithm | Coming Soon | ||
Task scheduling | Coming Soon | ||
Huffman's Algorithm | Coming Soon |
Name | Description | Status | Next |
---|---|---|---|
QueueInterface | Coming Soon | ||
Queue | Coming Soon |
Name | Description | Status | Next |
---|---|---|---|
StackInterface | Coming Soon | ||
Stack | Coming Soon |
Name | Description | Status | Next |
---|---|---|---|
BST | Coming Soon | ||
AVLTree | |||
TreeInterface | Coming Soon |
Name | Description | Status | Next |
---|---|---|---|
Separate Chaining | Coming Soon | ||
Linear Probing | Coming Soon | ||
Cuckoo hashing | Coming Soon |
Name | Description | Status | Next |
---|---|---|---|
LinkedList | |||
ArrayList |