Skip to content

Commit 636ebe1

Browse files
committed
Adding the Matrix traversal and generation to the Divide and Conquer section.
1 parent 3e5ddb8 commit 636ebe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +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 depths
188+
* `B` [Matrices](src/algorithms/math/matrix) - generating and traversing the matrices of different shapes
189189
* `B` [Jump Game](src/algorithms/uncategorized/jump-game)
190190
* `B` [Fast Powering](src/algorithms/math/fast-powering)
191191
* `A` [Permutations](src/algorithms/sets/permutations) (with and without repetitions)

0 commit comments

Comments
 (0)