https://github.com/saucecodee/code-jam-2021
Solutions to Code Jam 2021 algorithm questions
https://github.com/saucecodee/code-jam-2021
Last synced: about 1 year ago
JSON representation
Solutions to Code Jam 2021 algorithm questions
- Host: GitHub
- URL: https://github.com/saucecodee/code-jam-2021
- Owner: saucecodee
- Created: 2021-07-11T23:03:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T10:59:25.000Z (over 4 years ago)
- Last Synced: 2025-02-03T19:14:26.757Z (over 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Jam 2021 Solutions
Solutions to Code Jam 2021 algorithim and data structure questions
## How to add your solution
- To provide a solution to a question, open the question folder and check the _question.txt file for the question.
- Create a file with the following format, `question`\_by\_`github username`.`file format`. Eg __Q1_by_saucecodee.js__
- Write your solution in the file and push 🚀
## Note
Any language is allowed :)