An open API service indexing awesome lists of open source software.

https://github.com/moguelor/interview-algorithms

Interviewers algorithms, I explain how to solve the problems.
https://github.com/moguelor/interview-algorithms

algorithms javascript recruiter

Last synced: 9 months ago
JSON representation

Interviewers algorithms, I explain how to solve the problems.

Awesome Lists containing this project

README

          

# Interview Algorithms

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

# Get Started

1. init
* Instalar [Node 8.0.0](https://nodejs.org/en/) o superior.
* Instalar [Git](https://git-scm.com/downloads)
2. project.
* `git clone https://github.com/jmoguelruiz/interview-algorithms.git`
* `cd interview-algorithms`
* `npm install`
3. run test.
* `npm test`

# Algorithms

1. [lastMoveFromMatrix](algorithms/lastMoveFromMatrix)