We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb97f73 + 636ebe1 commit 90ec1b7Copy full SHA for 90ec1b7
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 shapes
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