[UVA] 10496 - Collecting Beepers [TSP][DP]
Problem E
Collecting Beepers
Input: standard input
Output: standard output
Time Limit: 2 seconds
Karel is a robot who lives in a rectangular coordinate
system where each place is designated by a set of integer coordinates (x and
y). Your job is to design a program that w...