Skip to content

Commit cc880b7

Browse files
committed
Update README
1 parent 5fcf1f9 commit cc880b7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To run the tests for each algorithm, open up your terminal and navigate to the r
66
Once inside, run the command below:
77

88
```npm run test <folder name>```
9-
9+
### Beginner
1010
1. String reversal
1111
2. Vowels counter
1212
3. Most recurring character
@@ -17,6 +17,10 @@ Once inside, run the command below:
1717
8. Search and Replace
1818
9. Anagram
1919
10. Pig-latin
20-
11. Chunk Array
21-
12. Combining Arrays Without Duplicates
22-
13. Falsy Bouncer
20+
21+
### Array Manipulation
22+
1. Chunk Array
23+
2. Combining Arrays Without Duplicates
24+
3. Falsy Bouncer
25+
26+
### Mathematical

0 commit comments

Comments
 (0)