https://github.com/baines/ppic_lessons
Lessons for Miblo's "Practising Programming in C" series
https://github.com/baines/ppic_lessons
c programming-challenges programming-exercises
Last synced: 4 months ago
JSON representation
Lessons for Miblo's "Practising Programming in C" series
- Host: GitHub
- URL: https://github.com/baines/ppic_lessons
- Owner: baines
- Created: 2017-01-18T06:33:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T00:04:40.000Z (over 8 years ago)
- Last Synced: 2025-01-13T20:39:06.286Z (5 months ago)
- Topics: c, programming-challenges, programming-exercises
- Language: C
- Size: 15.6 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Explanation
These are small lessons / challenges / puzzles to help improve familiarity with
the C programming language.You have to fill in empty functions in template .c files and, when compiled and
ran, these functions will be automatically tested to verify their correctness.The puzzles are intended to be at an intermediate level; they assume some basic
understanding of the C language already.This repo was created to help Miblo with his
[Practising Programming in C stream series](https://www.youtube.com/playlist?list=PLnhxk264xvpV-VS3rlhje8zgP01TjAECr)
, but anyone is welcome to use these materials for their own learning.# Contributing
If you would like to contribute a lesson, improve an existing lesson, or suggest
other improvements then that would be great!Just send me a Pull request, comment, or open up an issue.
# License
Everything here is dual licensed under public domain and CC-Zero.