Algorithms course examples in C for the 2018–2019 academic year.
| Topic | Source code |
|---|---|
| Data types, sizes, and conversions | groupe1/size.c, groupe1/conversiontype.c, groupe2/bool.c |
| Operators and bit operations | groupe1/relationnel.c, groupe1/decalage.c, groupe2/bitmanipulation.c |
| Conditions and loops | groupe1/switch.c, groupe2/if.c, groupe2/for.c, groupe2/while.c |
| Arrays and matrices | groupe1/iarray.c, groupe1/imatrix.c, groupe2/array.c |
| Input and strings | groupe1/sscanf.c, groupe1/string.c, groupe2/fgets.c, groupe2/strcmp.c |
| Pointers and memory allocation | groupe1/pointer.c, groupe1/calloc.c, groupe2/pointers.c, groupe2/malloc.c |
| Enumerations and unions | groupe1/enumeration.c, groupe1/union.c, groupe2/enum.c |
| Functions and headers | groupe2/mainoperators.c, groupe2/operators.h |
| Command line arguments | groupe1/lignedecommande.c, groupe2/lignedecommande.c |
| File operations | groupe1/file.c, groupe2/file.c |