File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
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
-
6
2
## Ciphers
7
3
* [ CaesarsCipher] ( https://github.com/TheAlgorithms/Javascript/blob/master/Ciphers/CaesarsCipher.js )
8
4
* [ KeyFinder] ( https://github.com/TheAlgorithms/Javascript/blob/master/Ciphers/KeyFinder.js )
39
35
* [ SieveOfEratosthenes] ( https://github.com/TheAlgorithms/Javascript/blob/master/Dynamic-Programming/SieveOfEratosthenes.js )
40
36
41
37
## Graphs
38
+ * [ Dijkstra] ( https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/Dijkstra.js )
42
39
* [ DijkstraSmallestPath] ( https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/DijkstraSmallestPath.js )
43
40
44
41
## Hashes
60
57
* [ FindLcm] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FindLcm.js )
61
58
* [ Palindrome] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Palindrome.js )
62
59
* [ PascalTriangle] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/PascalTriangle.js )
60
+ * [ SieveOfEratosthenes] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/SieveOfEratosthenes.js )
63
61
64
62
## Recursive
65
63
* [ EucledianGCD] ( https://github.com/TheAlgorithms/Javascript/blob/master/Recursive/EucledianGCD.js )
You can’t perform that action at this time.
0 commit comments