Skip to content

FIT-prasata/IJC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

IJC

My solution to The C programming language class projects at VUT FIT (second semester)

Project 1

15/15 points

Task A

Print the last 10 prime numbers from 300 milion number range using Eratosthenes algorithm over a bit field to use minimal amount of memory

Task B

Decode a secret message from the .ppm file using bit field functions from task A

Project 2

14.5/15 points

TASK A

Implement your own tail function (prints last n number of lines in a given file)

TASK B

Rewrite C++ file (wordcount.cc) in C (wordcount.c) using hash table functions as a substitute for unordered_map C++ feature

About

My solution to IJC projects at VUT FIT

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors