File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 43
43
## maths
44
44
* [ abs] ( https://github.com/TheAlgorithms/Javascript/blob/master/maths/abs.js )
45
45
* [ average mean] ( https://github.com/TheAlgorithms/Javascript/blob/master/maths/average_mean.js )
46
+ * [ DijkstraSmallestPath] ( https://github.com/TheAlgorithms/Javascript/blob/master/maths/DijkstraSmallestPath.js )
46
47
* [ factorial] ( https://github.com/TheAlgorithms/Javascript/blob/master/maths/factorial.js )
47
48
* [ find lcm] ( https://github.com/TheAlgorithms/Javascript/blob/master/maths/find_lcm.js )
49
+ * [ graph] ( https://github.com/TheAlgorithms/Javascript/blob/master/maths/graph.js )
48
50
49
51
## Search
50
52
* [ binarySearch] ( https://github.com/TheAlgorithms/Javascript/blob/master/Search/binarySearch.js )
68
70
* [ radixSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/radixSort.js )
69
71
* [ selectionSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/selectionSort.js )
70
72
* [ shellSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/shellSort.js )
73
+ * [ TopologicalSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/TopologicalSort.js )
71
74
* [ wiggleSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/wiggleSort.js )
You can’t perform that action at this time.
0 commit comments