mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
Adding the Matrix traversal and generation to the Divide and Conquer section.
This commit is contained in:
parent
adda5c53b3
commit
3e5ddb8143
@ -185,6 +185,7 @@ algorithm is an abstraction higher than a computer program.
|
||||
* `B` [Quicksort](src/algorithms/sorting/quick-sort)
|
||||
* `B` [Tree Depth-First Search](src/algorithms/tree/depth-first-search) (DFS)
|
||||
* `B` [Graph Depth-First Search](src/algorithms/graph/depth-first-search) (DFS)
|
||||
* `B` [Matrices](src/algorithms/math/matrix) - generating and traversing the matrices of different depths
|
||||
* `B` [Jump Game](src/algorithms/uncategorized/jump-game)
|
||||
* `B` [Fast Powering](src/algorithms/math/fast-powering)
|
||||
* `A` [Permutations](src/algorithms/sets/permutations) (with and without repetitions)
|
||||
|
Loading…
Reference in New Issue
Block a user