I am trying to code a way to traverse an visit all the nodes with k different paths such that I visit all nodes once. It is possible to reach every node from every another node and we are all starting from the same starting location with non discreet ending location. We just want to visit all the nodes in the minimum amount of time.
Its kind of like the traveling salesman with k salesman and no constraint on returning to where we started
Any thoughts or direction would be helpful