An open API service indexing awesome lists of open source software.

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

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 :)