Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e5ddb8

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎README.md

Lines changed: 1 addition & 0 deletions
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 depths
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)