The tree and tour cover problems on an edge-weighted graph are to comp
ute a minimum weight tree and closed walk, respectively, whose vertice
s form a vertex cover. Both problems are NP-hard. In this note we give
strongly polynomial time, constant factor approximation algorithms fo
r both problems. An interesting feature of our algorithms is how they
combine approximations of other problems, namely the weighted vertex c
over, traveling salesman, and Steiner tree problems.