Welcome to the Deakin SEC coding challenges repository.
All of the challenges that we will be presenting will appear inside the
challenges
directory, using the following hierachical structure.
challenges/
greatest-common-divisor/
README.md (challenge description)
solutions/
username-greatest-common-divisor.c
username-great-common-divisor.py
...
...
To submit a solution to a challenge:
- Fork this repo (or fetch any updates if you've forked previously)
- Clone down a local copy
- Add your solution file to the challenge folder in the solutions sub-directory
- e.g. add
challenges/challenge-01-greatest-common-divisor/solutions/<username>_gcd.py
- e.g. add
- Stage the file and commit
- Submit a Pull Request
- Post a screenshot (or text snippet) of the output in #problems in DSEC slack.
This process follows the general rules outlined in detail (with guides) here