MST SERVER
About The Project
A multithreaded server allowing clients to compute Minimum Spanning Trees using Kruskal's or Prim's algorithms. The project focuses on thread safety and performance, using design patterns such as Singleton, Factory, and Active Object, with a thread pool to handle concurrent client requests.