mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 17:50:39 +08:00
updating DIRECTORY.md
This commit is contained in:
@ -43,8 +43,10 @@
|
|||||||
## maths
|
## maths
|
||||||
* [abs](https://github.com/TheAlgorithms/Javascript/blob/master/maths/abs.js)
|
* [abs](https://github.com/TheAlgorithms/Javascript/blob/master/maths/abs.js)
|
||||||
* [average mean](https://github.com/TheAlgorithms/Javascript/blob/master/maths/average_mean.js)
|
* [average mean](https://github.com/TheAlgorithms/Javascript/blob/master/maths/average_mean.js)
|
||||||
|
* [DijkstraSmallestPath](https://github.com/TheAlgorithms/Javascript/blob/master/maths/DijkstraSmallestPath.js)
|
||||||
* [factorial](https://github.com/TheAlgorithms/Javascript/blob/master/maths/factorial.js)
|
* [factorial](https://github.com/TheAlgorithms/Javascript/blob/master/maths/factorial.js)
|
||||||
* [find lcm](https://github.com/TheAlgorithms/Javascript/blob/master/maths/find_lcm.js)
|
* [find lcm](https://github.com/TheAlgorithms/Javascript/blob/master/maths/find_lcm.js)
|
||||||
|
* [graph](https://github.com/TheAlgorithms/Javascript/blob/master/maths/graph.js)
|
||||||
|
|
||||||
## Search
|
## Search
|
||||||
* [binarySearch](https://github.com/TheAlgorithms/Javascript/blob/master/Search/binarySearch.js)
|
* [binarySearch](https://github.com/TheAlgorithms/Javascript/blob/master/Search/binarySearch.js)
|
||||||
@ -68,4 +70,5 @@
|
|||||||
* [radixSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/radixSort.js)
|
* [radixSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/radixSort.js)
|
||||||
* [selectionSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/selectionSort.js)
|
* [selectionSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/selectionSort.js)
|
||||||
* [shellSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/shellSort.js)
|
* [shellSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/shellSort.js)
|
||||||
|
* [TopologicalSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/TopologicalSort.js)
|
||||||
* [wiggleSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/wiggleSort.js)
|
* [wiggleSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/wiggleSort.js)
|
||||||
|
Reference in New Issue
Block a user