You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MST-Server project implements a server-client architecture to solve the Minimum Spanning Tree (MST) problem on weighted undirected graphs using Prim and Kruskal algorithms with multithreaded design patterns for efficient request handling.