- Chapter 23 of Introduction to Algorithms (3rd Edition), Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein.
- Design of electronic circuits
- Interconnect pins of components, pins are electrically equivalent
- Interconnect \(n\) pins to \(n-1\) cables (each to a pair of pins)
- Prefer wiring using least amount of wire
- Model problem with an undirected graph
- \(V\), set of pins
- \(E\), set of conections between pins
- \(W\), cost of connecting two pins associated to the edges