diff --git a/go/greedy/README.txt b/go/greedy/README.txt index a7be162..5897afa 100644 --- a/go/greedy/README.txt +++ b/go/greedy/README.txt @@ -1,4 +1,4 @@ -#Chuqi Zhou (cz4792) +Chuqi Zhou (cz4792) This "99 Traveling Salespeople Problem - go version" program finds out the shortest path using greedy algorithm in Go language. It visits every city exactly once and returns to the city you started from.