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

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.

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.

---