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

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

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

graph graph-algorithms graphs python3

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Graph algorithms course at AGH UST
The repository with solutions from Graph algorithms (Algorytmy grafowe) lab classes at the AGH. Here I will share all of the codes written by me and codes written during lab classes. All codes are written in English. The leading programming language during this course was Python.
## Table of contents
Table of contents consists of specific sections in repository. There are 4 directories with solved tasks from lab classes. Project_1 is a mandatory project made to finish the laboratories. It was made for the maximum number of points (100 %). There is also a directory *Additional_functions* and inside it there is a file with functions that load graphs.
1. [Lab 1](https://github.com/Szymon-Budziak/Graph_algorithms_course_AGH/tree/main/Lab_01)
2. [Lab 2](https://github.com/Szymon-Budziak/Graph_algorithms_course_AGH/tree/main/Lab_02)
3. [Lab 3](https://github.com/Szymon-Budziak/Graph_algorithms_course_AGH/tree/main/Lab_03)
4. [Lab 4](https://github.com/Szymon-Budziak/Graph_algorithms_course_AGH/tree/main/Lab_04)
5. [Project 1](https://github.com/Szymon-Budziak/Graph_algorithms_course_AGH/tree/main/Project_1)
## 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.