https://github.com/brookr/data-structures-and-algorithms
Practice with key DSA challenges
https://github.com/brookr/data-structures-and-algorithms
Last synced: 11 months ago
JSON representation
Practice with key DSA challenges
- Host: GitHub
- URL: https://github.com/brookr/data-structures-and-algorithms
- Owner: brookr
- Created: 2021-06-07T23:01:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T00:48:53.000Z (about 2 years ago)
- Last Synced: 2025-01-09T12:51:53.376Z (over 1 year ago)
- Language: Python
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures and Algorithms
See [setup instructions](https://codefellows.github.io/setup-guide/code-301/3-code-challenges), 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)
### 401 Data Structures, Code Challenges
- Please follow the instructions specific to your 401 language, which can be found in the directory below, matching your course.