An open API service indexing awesome lists of open source software.

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

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.