https://github.com/zsarge/challenges
Short and sweet programming challenges, obtained from various places
https://github.com/zsarge/challenges
Last synced: 5 months ago
JSON representation
Short and sweet programming challenges, obtained from various places
- Host: GitHub
- URL: https://github.com/zsarge/challenges
- Owner: zsarge
- License: mit
- Created: 2020-08-27T17:52:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T19:25:38.000Z (over 4 years ago)
- Last Synced: 2025-03-22T14:44:11.257Z (about 1 year ago)
- Language: Go
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# challenges
Short and sweet programming challenges, obtained from various places
Each solution should be contained in one file or folder.
This file should have the following template filled in:
```c
// Challenge name: {name}
// Challenge link: {link}
// Completed by Zack Sargent on: {date}
// Notes: {notes}
// Resources: {what I used to solve the problem}
```
## Note:
This is the odds and ends bin for my programming challenges.
Most of my other challenges are either part of my [Project Euler](https://github.com/zsarge/ProjectEuler) repository, or my [Advent of Code](https://github.com/zsarge/AdventOfCode2020) repository.