https://github.com/olaszpl/object_oriented_programming_course
Solutions to the tasks from the Object Oriented Programming course at AGH University of Krakow 2024/25.
https://github.com/olaszpl/object_oriented_programming_course
agh-wi java oop
Last synced: 12 months ago
JSON representation
Solutions to the tasks from the Object Oriented Programming course at AGH University of Krakow 2024/25.
- Host: GitHub
- URL: https://github.com/olaszpl/object_oriented_programming_course
- Owner: OlaszPL
- License: mit
- Created: 2024-10-07T17:35:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T13:18:45.000Z (12 months ago)
- Last Synced: 2025-02-26T13:33:47.209Z (12 months ago)
- Topics: agh-wi, java, oop
- Language: Java
- Homepage:
- Size: 470 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Object Oriented Programming Course - AGH University of Krakow (2024/25)
This repository consists of solutions to the tasks from the Object Oriented Programming course at AGH University of Krakow 2024/25. The instructions for the tasks can be found [here](https://github.com/Soamid/obiektowe-lab) (in Polish).
## Branches
| Lab Number | Branch Name | Link |
|------------|-------------|------|
| Lab 0 | lab0 | [lab0](https://github.com/OlaszPL/Object_oriented_programming_course/tree/lab0) |
| Lab 1 | lab1 | [lab1](https://github.com/OlaszPL/Object_oriented_programming_course/tree/lab1) |
| Lab 2 | lab2 | [lab2](https://github.com/OlaszPL/Object_oriented_programming_course/tree/lab2) |
| Lab 3 | lab3 | [lab3](https://github.com/OlaszPL/Object_oriented_programming_course/tree/lab3) |
| Lab 4 | lab4 | [lab4](https://github.com/OlaszPL/Object_oriented_programming_course/tree/lab4) |
| Lab 4 bonus | lab4-bonus | [lab4-bonus](https://github.com/OlaszPL/Object_oriented_programming_course/tree/lab4-bonus) |
| Lab 5 | lab5 | [lab5](https://github.com/OlaszPL/Object_oriented_programming_course/tree/lab5) |
| Lab 6 | lab6 | [lab6](https://github.com/OlaszPL/Object_oriented_programming_course/tree/lab6) |
| Lab 7 | lab7 | [lab7](https://github.com/OlaszPL/Object_oriented_programming_course/tree/lab7) |
| Lab 8 | lab8 | [lab8](https://github.com/OlaszPL/Object_oriented_programming_course/tree/lab8) |
| Proj Lab 1 | proj-lab1 | [proj-lab1](https://github.com/OlaszPL/Object_oriented_programming_course/tree/proj-lab1) |
You can find the solutions to Git exercises in the [git-report](https://github.com/OlaszPL/Object_oriented_programming_course/tree/main/git-report) directory.
## License
This repository is licensed under the MIT License. For more details, see the [LICENSE](https://github.com/OlaszPL/Object_oriented_programming_course/blob/main/LICENSE) file.
---