This repo contains all algorithms that I had to do in my interviewers. There are programmed with javascript.
- init
- Instalar Node 8.0.0 o superior.
- Instalar Git
- project.
git clone https://github.com/jmoguelruiz/interview-algorithms.git
cd interview-algorithms
npm install
- run test.
npm test