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.
- Host: GitHub
- URL: https://github.com/moguelor/interview-algorithms
- Owner: moguelor
- License: gpl-3.0
- Created: 2019-02-01T01:36:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:17:40.000Z (about 3 years ago)
- Last Synced: 2025-02-13T00:39:15.844Z (11 months ago)
- Topics: algorithms, javascript, recruiter
- Language: JavaScript
- Homepage:
- Size: 389 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)