See setup instructions, in the Code 301 Setup Guide.
Under the javascript
folder, at the top level, is a sub-folder called code-challenges
Each day, you'll add one new file to this folder to do your work for the day's assigned code challenge
If you have not already done so, run npm install
from within this folder to setup your system to be able to run tests using Jest
To run your tests
- Change to the
javascript
folder - run
npm test
to run all of the tests - run
npm test ##
to only run tests for challenge ## (i.e. 01)
Reversed array
Array Insert Shift
Binary Search
Linked List
Linked List Insertion
Linked List Kth Insertion
Stack-queue
PseudoQueue
Animal Shelter Queue
Stack Queue Brackets
Tree Implementation
Max Tree Search
Tree Breadth First
Tree Fizz Buzz Function
Insertion Sort
Hash Implementation
Hash - Tree Intersection
Hash - Left-join
String Manipulation - TypeScript