File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3434 * [ NumberOfSubsetEqualToGivenSum] ( https://github.com/TheAlgorithms/Javascript/blob/master/Dynamic-Programming/NumberOfSubsetEqualToGivenSum.js )
3535 * [ SieveOfEratosthenes] ( https://github.com/TheAlgorithms/Javascript/blob/master/Dynamic-Programming/SieveOfEratosthenes.js )
3636
37+ ## Graphs
38+ * [ DijkstraSmallestPath] ( https://github.com/TheAlgorithms/Javascript/blob/master/Graphs/DijkstraSmallestPath.js )
39+
3740## Hashes
3841 * [ SHA1] ( https://github.com/TheAlgorithms/Javascript/blob/master/Hashes/SHA1.js )
3942 * [ SHA256] ( https://github.com/TheAlgorithms/Javascript/blob/master/Hashes/SHA256.js )
4750## Maths
4851 * [ Abs] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Abs.js )
4952 * [ AverageMean] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/AverageMean.js )
50- * [ DijkstraSmallestPath] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/DijkstraSmallestPath.js )
5153 * [ Factorial] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Factorial.js )
5254 * [ Fibonacci] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Fibonacci.js )
5355 * [ FindHcf] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FindHcf.js )
You can’t perform that action at this time.
0 commit comments