Skip to content

rwakos/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms using ES6/7

When I decided to migrate from my country, I started to apply to many companies, and immediately realized that most of them required at least a 80% knowledge in data structures, algorithms and complexity (the rest is coding).

So.. this would be my white board, to take out the dust from my old books, and the newer version of them...

For testing I'll use Jest

Every algorithm will have a series of tests, to prove accuracy and performance (like hackerRank does).

The command for running it would be:

jest "name of the folder/file" --watch

Install

NPM: npm init

Jest: npm install jest -g

About

Training for Interviews

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published