Skip to content

Commit d7d049c

Browse files
authored
Update README.md
1 parent 2a6450c commit d7d049c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Each problem directory includes:
88
There might still be some personal comments added for my learning purposes.
99

1010
## Algorithms by Topic:
11+
1112
- **Math**
1213
* Fibonacci Sequence
1314
[`Solution`](https://github.com/edignot/algorithm-data-structure-practice/blob/master/src/fibonacci-sequence/fibonacci-sequence.js)
@@ -36,6 +37,13 @@ There might still be some personal comments added for my learning purposes.
3637
[`Solution`](https://github.com/edignot/algorithm-data-structure-practice/blob/master/src/sorting/sorting.js)
3738
[`Test file`](https://github.com/edignot/algorithm-data-structure-practice/blob/master/src/sorting/sorting.test.js)
3839

40+
- **All**
41+
* Knapsack
42+
[`Solution`](https://github.com/edignot/algorithm-data-structure-practice/blob/master/src/kanpsack/knapsack.js)
43+
[`Test file`](https://github.com/edignot/algorithm-data-structure-practice/blob/master/src/kanpsack/knapsack.test.js)
44+
* Tree relation
45+
[`Solution`](https://github.com/edignot/algorithm-data-structure-practice/blob/master/src/recursion-tree/recursion-tree.js)
46+
[`Test file`](https://github.com/edignot/algorithm-data-structure-practice/blob/master/src/recursion-tree/recursion-tree.test.js)
3947

4048
## Usage
4149
- Clone this repo

0 commit comments

Comments
 (0)