Algorithms course examples in C for the 2023–2024 academic year.
| Topic | Source code |
|---|---|
| Output and variables | bonjour.c, variable.c |
| Enumerations | enumerations.c |
| Data type sizes and limits | sizeof.c, limits.c |
A Python comparison example is also available: bonjour.py.