My solution to The C programming language class projects at VUT FIT (second semester)
15/15 points
Print the last 10 prime numbers from 300 milion number range using Eratosthenes algorithm over a bit field to use minimal amount of memory
Decode a secret message from the .ppm file using bit field functions from task A
14.5/15 points
Implement your own tail function (prints last n number of lines in a given file)
Rewrite C++ file (wordcount.cc) in C (wordcount.c) using hash table functions as a substitute for unordered_map C++ feature