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 ⭐
- Host: GitHub
- URL: https://github.com/szymon-budziak/imperative_programming_course_agh
- Owner: Szymon-Budziak
- License: gpl-3.0
- Created: 2021-03-11T14:37:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-09T08:07:11.000Z (almost 4 years ago)
- Last Synced: 2025-03-19T02:08:47.006Z (11 months ago)
- Topics: c, c-programming-language, imperative-programming
- Language: C
- Homepage:
- Size: 3.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.