File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ algorithm is an abstraction higher than a computer program.
185
185
* ` B ` [ Quicksort] ( src/algorithms/sorting/quick-sort )
186
186
* ` B ` [ Tree Depth-First Search] ( src/algorithms/tree/depth-first-search ) (DFS)
187
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
188
+ * ` B ` [ Matrices] ( src/algorithms/math/matrix ) - generating and traversing the matrices of different shapes
189
189
* ` B ` [ Jump Game] ( src/algorithms/uncategorized/jump-game )
190
190
* ` B ` [ Fast Powering] ( src/algorithms/math/fast-powering )
191
191
* ` A ` [ Permutations] ( src/algorithms/sets/permutations ) (with and without repetitions)
You can’t perform that action at this time.
0 commit comments