Skip to content

crumbycupid/data-structures-and-algorithms

Repository files navigation

Data Structures and Algorithms

See setup instructions, in the Code 301 Setup Guide.

Repository Quick Tour and Usage

301 Code Challenges

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)

Help from, Aubrey Corsetti, Todd Wolden, Kenny, Sharina S, Ben Mills

401 Data Structures, Code Challenges

Insert Shift Array

Screenshot 2023-01-11 at 1 35 01 AM

Screenshot 2023-01-20 at 2 50 51 AM

Code Challenge 8  Revised

code challenge 16

code challenge 17

Code Challenge 38

About

Practice with Data Structures and Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published