Skip to content

Commit 5f961ba

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent 37ab4b0 commit 5f961ba

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

DIRECTORY.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11

2-
## Algorithms
3-
* [Dijkstra's](https://github.com/TheAlgorithms/Javascript/blob/master/Algorithms/Dijkstra's.js)
4-
* [SieveOfEratosthenes](https://github.com/TheAlgorithms/Javascript/blob/master/Algorithms/SieveOfEratosthenes.js)
5-
62
## Ciphers
73
* [CaesarsCipher](https://github.com/TheAlgorithms/Javascript/blob/master/Ciphers/CaesarsCipher.js)
84
* [KeyFinder](https://github.com/TheAlgorithms/Javascript/blob/master/Ciphers/KeyFinder.js)
@@ -39,6 +35,7 @@
3935
* [SieveOfEratosthenes](https://github.com/TheAlgorithms/Javascript/blob/master/Dynamic-Programming/SieveOfEratosthenes.js)
4036

4137
## Graphs
38+
* [Dijkstra](https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/Dijkstra.js)
4239
* [DijkstraSmallestPath](https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/DijkstraSmallestPath.js)
4340

4441
## Hashes
@@ -60,6 +57,7 @@
6057
* [FindLcm](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FindLcm.js)
6158
* [Palindrome](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Palindrome.js)
6259
* [PascalTriangle](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/PascalTriangle.js)
60+
* [SieveOfEratosthenes](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/SieveOfEratosthenes.js)
6361

6462
## Recursive
6563
* [EucledianGCD](https://github.com/TheAlgorithms/Javascript/blob/master/Recursive/EucledianGCD.js)

0 commit comments

Comments
 (0)