Skip to content

Releases: RMANOV/Algorithms-Advanced-with-Java

v1.0.0 — SoftUni Advanced Algorithms with Java

01 Feb 16:38

Choose a tag to compare

Complete solutions for SoftUni Algorithms Advanced course in Java. Graph algorithms: Bellman-Ford shortest paths, Kruskal MST, Prim's cable network, longest path in DAG, most reliable path, cheap town tour, e-shop optimization, eco-friendly highway construction.

Algorithms

Algorithm Problem
Bellman-Ford Shortest paths with negative weights
Kruskal Minimum spanning tree
Prim Cable network optimization
DAG Longest Path Big trip / longest path
Dijkstra variant Most reliable path
Greedy Cheap town tour

Stack

Java | Graph Theory | Dynamic Programming