Minimum cover dominating set application
-
Updated
May 17, 2020 - Python
Minimum cover dominating set application
Given a graph of |V| students, |E| friendships, B buses, and L "troublemaker groups", assign all the students to buses in a way that maintains as many friendships as possible! Code and project reports for a maximally-connected, K-clusters approximation algorithm which uses the NetworkX library.
Solutions to UC Berkeley CS170 Efficient Algorithms and Intractable Problems — rigorous homework write-ups plus implemented algorithms and the coding project
To associate your repository with the cs170 topic, visit your repo's landing page and select "manage topics."