Greedy Graph Coloring with Heuristics for Network Efficiency
Kolej Tun Dr. Ismail (KTDI), located in Universiti Putra Malaysia, houses hundreds of students across Blok Mawar and Blok Kenanga. These residential blocks face frequent Wi-Fi disruptions, especially during peak usage times like evenings and weekends. Thick cement walls and uncoordinated router placement contribute to poor signal penetration and overlapping channels. Students rely heavily on stable internet connections for online classes, assignments, and communication, making this a critical issue. An optimized network setup is essential to support their academic and digital needs.
Algorithm: Greedy Graph Coloring + Welsh-Powell Heuristic was used
Output Produced:
adjacency_total.csv
: Lists adjacency pairschannel_assignment.csv
: Lists room number and assigned channelVerification:
Steps Followed:
We successfully addressed the Wi-Fi connectivity issues in Blok Mawar and Kenanga using a graph-based modeling approach.
By incorporating the Welsh-Powell heuristic, we further reduced the number of routers and channels needed.
Our algorithm ensures minimal signal interference by optimally assigning Wi-Fi channels through Greedy Graph Coloring.
The solution improved overall network coverage, reduced congestion, and enhanced digital accessibility for KTDI residents.