Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 90ec1b7

Browse files
committed
Merge branch 'master' of https://github.com/trekhleb/javascript-algorithms into merge
2 parents eb97f73 + 636ebe1 commit 90ec1b7

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 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)

AltStyle によって変換されたページ (->オリジナル) /