3. Prim's algorithm and adjacency table – watch this
video
4. Read these
notes
on Kruskal's and Prim's algorithms
Chinese Postman Problem
What you have to know:
The Chinese postman problem (CPP) is to find the walk of least weight
that goes along every edge at least once.
In the CPP for a graph with two odd vertices, the shortest route between the two odd
vertices is found and duplicated. The solution will then be an Eulerian circuit.