See setup instructions, in the Code 301 Setup Guide.
This is a collection of code challenges I've completed as part of my software development learning journey at Code Fellows.
(see below for information about 301 level code challenges)
Trees - Binary and Binary Search
Under the javascript folder, at the top level, is a sub-folder called code-challenges
I've added new files to this folder for the day's assigned code challenges.
I ran npm install from within this folder to setup my system to be able to run tests using Jest
To run my tests
- Change to the
javascriptfolder - run
npm testto run all of the tests - run
npm test ##to only run tests for challenge ## (i.e. 01)
- I am following instructions specific to my 401 language (python), which can be found in the directory below, matching my course.