This repository serves as a container for individual code challenges.
Each challenge has three branches:
- The development branch
- The challenge branch
- The solution branch
The challenge and solution branches use the name of the development branch with _challenge
or _solution
appended to the end of the name.
The process for developing new challenges:
- Checkout the
main
branch - Checkout a new branch with a descriptive name for the challenge
- Create an
index.ipynb
jupyter notebook that uses dscreate annotations. - run
bash create
from command line.