Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 360 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 360 Bytes

Simple Algorithms

Time to solve some problems with code and practice your algorithmic thinking

Tasks

Have a look at ./index.js , there are some functions you need to implement.

Development

Installation

Please install the dependencies using npm i first.

Scripts

You can use the following commands:

  • npm run test to run the tests