Skip to content

Commit 90ec1b7

Browse files
committed
2 parents eb97f73 + 636ebe1 commit 90ec1b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ algorithm is an abstraction higher than a computer program.
185185
* `B` [Quicksort](src/algorithms/sorting/quick-sort)
186186
* `B` [Tree Depth-First Search](src/algorithms/tree/depth-first-search) (DFS)
187187
* `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
188189
* `B` [Jump Game](src/algorithms/uncategorized/jump-game)
189190
* `B` [Fast Powering](src/algorithms/math/fast-powering)
190191
* `A` [Permutations](src/algorithms/sets/permutations) (with and without repetitions)

0 commit comments

Comments
 (0)