Skip to content

Commit

Permalink
Fix Go Gopher README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrijalva committed Apr 16, 2019
1 parent 236cc8d commit f792af3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions solutions/go-gopher/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Go gopher
# Go gopher

Problem
The Code Jam team has just purchased an orchard that is a two-dimensional matrix of cells of unprepared soil, with 1000 rows and 1000 columns. We plan to use this orchard to grow a variety of trees — AVL, binary, red-black, splay, and so on — so we need to prepare some of the cells by digging holes:

In order to have enough trees to use for each year's tree problems, we need there to be at least A prepared cells.
Expand All @@ -15,4 +14,4 @@ Digging is hard work for humans, so we have borrowed the Go gopher from the Goog

We can only deploy the gopher up to 1000 times before it gets too tired to keep digging, so we need your help in figuring out how to deploy it strategically. When you deploy the gopher, you will be told which cell the gopher actually prepared, and you can take this information into account before deploying it again, if needed. Note that you do not have to declare the dimensions or location of a rectangle in advance.

More details: https://codingcompetitions.withgoogle.com/codejam/round/00000000000000cb/0000000000007a30
More details: https://codingcompetitions.withgoogle.com/codejam/round/00000000000000cb/0000000000007a30

0 comments on commit f792af3

Please sign in to comment.