Skip to content

Commit 2e11aa1

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
Updated Documentation in README.md
1 parent f28628b commit 2e11aa1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

DIRECTORY.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* [SumOfSubset](Backtracking/SumOfSubset.js)
1010
* **Bit-Manipulation**
1111
* [BinaryCountSetBits](Bit-Manipulation/BinaryCountSetBits.js)
12+
* [GrayCodes](Bit-Manipulation/GrayCodes.js)
1213
* [IsPowerofFour](Bit-Manipulation/IsPowerofFour.js)
1314
* [IsPowerOfTwo](Bit-Manipulation/IsPowerOfTwo.js)
1415
* [LogTwo](Bit-Manipulation/LogTwo.js)
@@ -55,6 +56,7 @@
5556
* [OctToDecimal](Conversions/OctToDecimal.js)
5657
* [OuncesToKilograms](Conversions/OuncesToKilograms.js)
5758
* [RailwayTimeConversion](Conversions/RailwayTimeConversion.js)
59+
* [RgbHslConversion](Conversions/RgbHslConversion.js)
5860
* [RgbHsvConversion](Conversions/RgbHsvConversion.js)
5961
* [RGBToHex](Conversions/RGBToHex.js)
6062
* [RomanToDecimal](Conversions/RomanToDecimal.js)
@@ -72,14 +74,14 @@
7274
* [Graph2](Data-Structures/Graph/Graph2.js)
7375
* [Graph3](Data-Structures/Graph/Graph3.js)
7476
* **Heap**
77+
* [BinaryHeap](Data-Structures/Heap/BinaryHeap.js)
7578
* [KeyPriorityQueue](Data-Structures/Heap/KeyPriorityQueue.js)
76-
* [MaxHeap](Data-Structures/Heap/MaxHeap.js)
77-
* [MinHeap](Data-Structures/Heap/MinHeap.js)
7879
* [MinPriorityQueue](Data-Structures/Heap/MinPriorityQueue.js)
7980
* **Linked-List**
8081
* [AddTwoNumbers](Data-Structures/Linked-List/AddTwoNumbers.js)
8182
* [CycleDetection](Data-Structures/Linked-List/CycleDetection.js)
8283
* [DoublyLinkedList](Data-Structures/Linked-List/DoublyLinkedList.js)
84+
* [MergeTwoSortedLinkedLists](Data-Structures/Linked-List/MergeTwoSortedLinkedLists.js)
8385
* [ReverseSinglyLinkedList](Data-Structures/Linked-List/ReverseSinglyLinkedList.js)
8486
* [SinglyCircularLinkedList](Data-Structures/Linked-List/SinglyCircularLinkedList.js)
8587
* [SinglyLinkedList](Data-Structures/Linked-List/SinglyLinkedList.js)
@@ -88,6 +90,7 @@
8890
* [Queue](Data-Structures/Queue/Queue.js)
8991
* [QueueUsing2Stacks](Data-Structures/Queue/QueueUsing2Stacks.js)
9092
* **Stack**
93+
* [EvaluateExpression](Data-Structures/Stack/EvaluateExpression.js)
9194
* [Stack](Data-Structures/Stack/Stack.js)
9295
* [StackES6](Data-Structures/Stack/StackES6.js)
9396
* **Tree**
@@ -179,6 +182,7 @@
179182
* [DecimalExpansion](Maths/DecimalExpansion.js)
180183
* [DecimalIsolate](Maths/DecimalIsolate.js)
181184
* [DegreeToRadian](Maths/DegreeToRadian.js)
185+
* [Determinant](Maths/Determinant.js)
182186
* [EuclideanDistance](Maths/EuclideanDistance.js)
183187
* [EulerMethod](Maths/EulerMethod.js)
184188
* [EulersTotient](Maths/EulersTotient.js)
@@ -239,6 +243,7 @@
239243
* [RadianToDegree](Maths/RadianToDegree.js)
240244
* [ReverseNumber](Maths/ReverseNumber.js)
241245
* [ReversePolishNotation](Maths/ReversePolishNotation.js)
246+
* [RowEchelon](Maths/RowEchelon.js)
242247
* [ShorsAlgorithm](Maths/ShorsAlgorithm.js)
243248
* [SieveOfEratosthenes](Maths/SieveOfEratosthenes.js)
244249
* [SieveOfEratosthenesIntArray](Maths/SieveOfEratosthenesIntArray.js)

0 commit comments

Comments
 (0)