/blind_75

The Blind 75 is a popular list of algorithm practice problems.

Primary LanguageJavaMIT LicenseMIT

Blind 75

The Blind 75 is a popular list of algorithm practice problems.

Instructions

How to test algorithm in Javascript

cd ./javascript
npm install
npm run test

How to test algorithm in Java

cd ./java/blind_75
mvn install
mvn test

Arrays & Hashing