Skip to content

Assignments for the Algorithms and graphs course at FIT CTU.

Notifications You must be signed in to change notification settings

mskl/fit-bi-ag1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fit-bi-ag1 (Algorithms and Graphs)

AG1 course at FIT CTU. This repository contains my solutions to the homework assignments.

Assignment 1 - DFS [10/10]

Turned out to be pretty simple.

Assignment 2 - AVL Tree [2,5/10]

I wrote many tests but I didn't figure out what's wrong with my code. It seems to work but I didn't pass all the tests on the Progtest site.

Assignment 3 - Minimum spanning tree [10/10]

I used the Jarnik algorithm to find the minimal spanning tree and then a simple algorithm for the minimum vertex cover of the final spanning tree.

About

Assignments for the Algorithms and graphs course at FIT CTU.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages