Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdungs/exercises-knr
My solutions for the exercises from Kernighan and Ritchie's famous book "The C Programming Language".
https://github.com/kdungs/exercises-knr
exercise
Last synced: 8 days ago
JSON representation
My solutions for the exercises from Kernighan and Ritchie's famous book "The C Programming Language".
- Host: GitHub
- URL: https://github.com/kdungs/exercises-knr
- Owner: kdungs
- License: unlicense
- Created: 2014-03-15T14:25:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-15T17:07:50.000Z (almost 11 years ago)
- Last Synced: 2023-03-24T18:56:15.592Z (over 1 year ago)
- Topics: exercise
- Language: C
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
K&R Exercises
=============My solutions for the exercises from Kernighan and Ritchie's famous book "The C Programming Language".
Please note that I read this book for educational purpose only. I already know quite a bit about C and C++ but try to force myself to solve the assignments with only the knowledge from the book.