Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pklatka/graph-algorithms-course

Solutions for graph algorithms course at AGH UST.
https://github.com/pklatka/graph-algorithms-course

Last synced: 8 days ago
JSON representation

Solutions for graph algorithms course at AGH UST.

Awesome Lists containing this project

README

        

# Graph algorithms course

This repository contains solutions for graph algorithms course at AGH UST. Every task is in a separate folder. Solutions were written using Python. Each folder contains a task description in Polish.

## Tasks
- [lab1](https://github.com/pklatka/graph-algorithms-course/tree/main/lab1): finding the most expensive path in a graph
- [lab2](https://github.com/pklatka/graph-algorithms-course/tree/main/lab2): max-flow algorithm implementation
- [lab3](https://github.com/pklatka/graph-algorithms-course/tree/main/lab3): solving minimum cut problem with max-flow and Stoer-Wagner algorithm
- [lab4](https://github.com/pklatka/graph-algorithms-course/tree/main/lab4): detecting chordal graphs, finding the greatest clique in graph, calculating chromatic number of graph, the minimum vertex cover problem
- [project1](https://github.com/pklatka/graph-algorithms-course/tree/main/project1): finding minimum cost of planning K performances

If this repository helped you, don't forget to star ⭐️ or fork🍴.