“The problem contains the solution.”
- Michael Bierut
Completed Algorithms:
- String reversal
- Palindrome
- Integer reversal
- Array chunk
- Maximum character
- Sentence capitalize
- Steps
- Fibonacci (with Memoize function!)
- Data Structure: Queue (with weave)
- Data Structure: LinkedList (with getMiddle, isCircular and reverse methods!)
- Data Structure: Binary search tree (with validator function)
Work in progress:
- Data Structure: Tree
- FizzBuzz (test)
- Anagram (Definition)
- Add Babel and ESLint to use ES6 functionalities and to check best practices
- Trie
- Jest: Javascript test library
To install dependencies
yarn install
To run test
yarn test