An open API service indexing awesome lists of open source software.

https://github.com/szymon-budziak/imperative_programming_course_agh

Solutions from Imperative programming course at AGH UST. If you use it and it helped you please leave a star ⭐
https://github.com/szymon-budziak/imperative_programming_course_agh

c c-programming-language imperative-programming

Last synced: 5 months ago
JSON representation

Solutions from Imperative programming course at AGH UST. If you use it and it helped you please leave a star ⭐

Awesome Lists containing this project

README

          

# Imperative Programming course at AGH UST
The repository with solutions from Imperative Programming (Programowanie Imperatywne - PI) lab classes at AGH UST. Here I will share all of the codes written by me. All codes are written in English but the content of the exercises are written in Polish. The leading programming language during this course was C.

Command to run codes:
gcc -std=gnu11 -O2 -Wall -Wconversion -Werror -o exercise exercise.c -lm

## Table of contents
Table of contents consists of specific sections in repository. Each section consists of the content of the exercises and the solved exercises in c extension.
1. [Section 1](https://github.com/Szymon-Budziak/Imperative_programming_course_AGH/tree/main/Section_01)
2. [Section 2](https://github.com/Szymon-Budziak/Imperative_programming_course_AGH/tree/main/Section_02)
3. [Section 3](https://github.com/Szymon-Budziak/Imperative_programming_course_AGH/tree/main/Section_03)
4. [Section 4](https://github.com/Szymon-Budziak/Imperative_programming_course_AGH/tree/main/Section_04)
5. [Section 5](https://github.com/Szymon-Budziak/Imperative_programming_course_AGH/tree/main/Section_05)
6. [Section 6](https://github.com/Szymon-Budziak/Imperative_programming_course_AGH/tree/main/Section_06)
7. [Section 7](https://github.com/Szymon-Budziak/Imperative_programming_course_AGH/tree/main/Section_07)
8. [Section 8](https://github.com/Szymon-Budziak/Imperative_programming_course_AGH/tree/main/Section_08)
9. [Section 9](https://github.com/Szymon-Budziak/Imperative_programming_course_AGH/tree/main/Section_09)
10. [Section 10](https://github.com/Szymon-Budziak/Imperative_programming_course_AGH/tree/main/Section_10)
11. [Section 11](https://github.com/Szymon-Budziak/Imperative_programming_course_AGH/tree/main/Section_11)

## Licence
If you use this repository/code for classes or for something else, please give me a star or a fork :). It will help me know that my work is important and useful to someone.