A full-stack inventory management system built with Flask and MongoDB.
-
Updated
Jun 15, 2025 - HTML
A full-stack inventory management system built with Flask and MongoDB.
This project developed along the discipline of "Algorithms and Data Structures" at UFMG uses an implementation of the Krushkal algorithm to calculate the Minimum Spanning Tree of a graph. The file "entrada.txt" must contain the nodes and edges of the graph as follows: - The first line must contain the number of nodes and the number of edges of t…
This is implementation of Krushkal and Prim's Algorithm to find Minimum Spanning tree with the help of self implemented Fibonacci Heap and Disjoint Set
A Python Tkinter-based tool to visualize graph algorithms (BFS, DFS, Dijkstra, Prim’s, Bellman-Ford, Floyd-Warshall) with animations.
Different Algorithms implemented using CPP
Add a description, image, and links to the krushkal-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the krushkal-algorithm topic, visit your repo's landing page and select "manage topics."