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 ⭐
- Host: GitHub
- URL: https://github.com/szymon-budziak/graph_algorithms_course_agh
- Owner: Szymon-Budziak
- License: mit
- Created: 2021-10-19T14:45:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T21:26:29.000Z (over 2 years ago)
- Last Synced: 2025-02-01T02:51:55.896Z (3 months ago)
- Topics: graph, graph-algorithms, graphs, python3
- Language: Python
- Homepage:
- Size: 3.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.