Welcome to the repository for the 'System Programming Laboratory' course. This repository contains some of the assignments of the course :)
The course is based on The C Programming Language (2nd ed.), by B.W. Kernighan and D.M. Ritchie (Prentice Hall, 1988).
Topics: Principles of structured programming and C � Universal principles of programming: abstraction, usage of data structures, building code from basic software blocks, using libraries, writing library functions, documentation, using modules, information hiding, developing machine independent software; The Unix operating system � Linux system calls, using service programs and management tolls, writing new service routines.
| Project | Description |
|---|---|
| my_set | "Group theory calculator" |
| hash_table | Program that reads integers from multiple files, counts the occurrences of each number, and prints a summary listing each number, the files where it appears, and its count in each file. |