A collection of some JS algorithms
To run the tests for each algorithm, open up your terminal and navigate to the root directory of the codebase. Once inside, run the command below:
npm run test <folder name>
- String reversal
- Vowels counter
- Most recurring character
- Sentence Capitalization
- Palindromes
- Hamming Distance
- Longest Word In a Sentence
- Search and Replace
- Anagram
- Pig-latin
- Chunk Array
- Combining Arrays Without Duplicates
- Falsy Bouncer