https://github.com/ourway/hacker-rank-challenges
My answers to Hacker Rank challanges in C
https://github.com/ourway/hacker-rank-challenges
ansi-c c hackerrank hackerrank-solutions
Last synced: about 2 months ago
JSON representation
My answers to Hacker Rank challanges in C
- Host: GitHub
- URL: https://github.com/ourway/hacker-rank-challenges
- Owner: ourway
- License: mit
- Created: 2019-05-15T20:21:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T22:40:12.000Z (almost 6 years ago)
- Last Synced: 2025-01-14T22:43:07.540Z (4 months ago)
- Topics: ansi-c, c, hackerrank, hackerrank-solutions
- Language: C
- Homepage: https://www.hackerrank.com
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hacker-rank-challenges
My answers to Hacker Rank challanges in CI have two goals:
First, learn math topics in C,
and second ( and finally ) convert these codes to
Modern C style coding with unit testing, ...I tried to heavily comment everything.