Polito AA 22/23 Programming Techniques course lab C files
  • C 90.8%
  • Shell 9.2%
Find a file
2023-03-21 17:24:05 +01:00
exam add exam 2023-03-21 17:24:05 +01:00
.gitignore initial commit 2023-02-11 18:19:27 +01:00
000-hello.c initial commit 2023-02-11 18:19:27 +01:00
011-division.c initial commit 2023-02-11 18:19:27 +01:00
012-printing-guide.txt initial commit 2023-02-11 18:19:27 +01:00
012-printing-output.txt initial commit 2023-02-11 18:19:27 +01:00
012-printing.c initial commit 2023-02-11 18:19:27 +01:00
014-areas.c initial commit 2023-02-11 18:19:27 +01:00
015-calculator.c initial commit 2023-02-11 18:19:27 +01:00
016-calculatorf-file.txt initial commit 2023-02-11 18:19:27 +01:00
016-calculatorf.c initial commit 2023-02-11 18:19:27 +01:00
021-gcf.c initial commit 2023-02-11 18:19:27 +01:00
022-fib.c initial commit 2023-02-11 18:19:27 +01:00
023-compress.c initial commit 2023-02-11 18:19:27 +01:00
031-replacer.c initial commit 2023-02-11 18:19:27 +01:00
032-verifier.c initial commit 2023-02-11 18:19:27 +01:00
100-sort-base.c add quadratic sorting algos 2023-02-12 14:07:46 +01:00
101-insertion-sort.c add quadratic sorting algos 2023-02-12 14:07:46 +01:00
102-bubble.c add quadratic sorting algos 2023-02-12 14:07:46 +01:00
103-selection.c add quadratic sorting algos 2023-02-12 14:07:46 +01:00
104-shell-sort.c add quadratic sorting algos 2023-02-12 14:07:46 +01:00
110-counting-sort.c finish exam preparation 2023-02-13 15:54:12 +01:00
201-charErase.c finish exam preparation 2023-02-13 15:54:12 +01:00
202-maxOdd.c finish exam preparation 2023-02-13 15:54:12 +01:00
203-prodCartFilt.c finish exam preparation 2023-02-13 15:54:12 +01:00
204-countAndPrint.c finish exam preparation 2023-02-13 15:54:12 +01:00
205-prodCartOrd.c finish exam preparation 2023-02-13 15:54:12 +01:00
220-23-june-2022.c finish exam preparation 2023-02-13 15:54:12 +01:00
LICENSE initial commit 2023-02-11 18:19:27 +01:00
README.md initial commit 2023-02-11 18:19:27 +01:00
tool initial commit 2023-02-11 18:19:27 +01:00

programming-techniques

C files to prepare the Programming Techniques exam. Essentially a bunch of solutions to the lab exercises.

GPL licensed.