From 4be2986ae39506c209b0db6f0df7563ea47063a7 Mon Sep 17 00:00:00 2001 From: Chuqi Date: Fri, 9 Dec 2016 14:56:36 -0600 Subject: [PATCH] Update README.txt --- go/greedy/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.