https://github.com/mischnic/euler
https://github.com/mischnic/euler
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mischnic/euler
- Owner: mischnic
- Created: 2018-10-13T12:32:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-13T12:33:28.000Z (over 7 years ago)
- Last Synced: 2025-01-26T07:26:12.075Z (12 months ago)
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Don't blame me if you looked at these solutions and didn't give it a try yourself!
My most common mistakes with C so far:
- `printf("%d", x)` with an unsigned type
- using signed types instead of unsigned types
- off-by-one errors