interview-algorithms

Interviewers algorithms, I explain how to solve the problems.

GPL-3.0 License

Stars
1

Interview Algorithms

This repo contains all algorithms that I had to do in my interviewers. There are programmed with javascript.

Get Started

  1. init
  2. project.
    • git clone https://github.com/jmoguelruiz/interview-algorithms.git
    • cd interview-algorithms
    • npm install
  3. run test.
    • npm test

Algorithms

  1. lastMoveFromMatrix
Related Projects