We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4808a6 commit 970b4f2Copy full SHA for 970b4f2
DIRECTORY.md
@@ -65,6 +65,7 @@
65
* [Graph2](https://github.com/TheAlgorithms/Javascript/blob/master/Data-Structures/Graph/Graph2.js)
66
* Heap
67
* [MaxHeap](https://github.com/TheAlgorithms/Javascript/blob/master/Data-Structures/Heap/MaxHeap.js)
68
+ * [MinHeap](https://github.com/TheAlgorithms/Javascript/blob/master/Data-Structures/Heap/MinHeap.js)
69
* [MinPriorityQueue](https://github.com/TheAlgorithms/Javascript/blob/master/Data-Structures/Heap/MinPriorityQueue.js)
70
* Linked-List
71
* [CycleDetection](https://github.com/TheAlgorithms/Javascript/blob/master/Data-Structures/Linked-List/CycleDetection.js)
0 commit comments