Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adda5c5 commit 3e5ddb8Copy full SHA for 3e5ddb8
‎README.md
@@ -185,6 +185,7 @@ algorithm is an abstraction higher than a computer program.
185
* `B` [Quicksort](src/algorithms/sorting/quick-sort)
186
* `B` [Tree Depth-First Search](src/algorithms/tree/depth-first-search) (DFS)
187
* `B` [Graph Depth-First Search](src/algorithms/graph/depth-first-search) (DFS)
188
+ * `B` [Matrices](src/algorithms/math/matrix) - generating and traversing the matrices of different depths
189
* `B` [Jump Game](src/algorithms/uncategorized/jump-game)
190
* `B` [Fast Powering](src/algorithms/math/fast-powering)
191
* `A` [Permutations](src/algorithms/sets/permutations) (with and without repetitions)
0 commit comments