Sha256: 390717476be770ecdd45a93bdada03c8e76e36430a0142c89f02eb8d5b16e708

Contents?: true

Size: 620 Bytes

Versions: 396

Compression:

Stored size: 620 Bytes

Contents

## Hints

To complete this exercise, you need to implement the following functions:

- `territories` returns the coordinates (1 based, top left is (1,1))
of the points in each territory along with who "owns" the territory.

- `territoriesFor` returns the territory that contains the coordinate
along with the owner of the territory. If the coordinate does not point
to an empty location, returns *Nothing*.

A territory is owned by one of the players if that player's stones
are the only stones adjacent to the territory.

You will find the type signatures already in place, but it is up to you
to define the functions.

Version data entries

396 entries across 396 versions & 1 rubygems

Version Path
trackler-2.2.1.139 tracks/haskell/exercises/go-counting/.meta/hints.md
trackler-2.2.1.138 tracks/haskell/exercises/go-counting/.meta/hints.md
trackler-2.2.1.137 tracks/haskell/exercises/go-counting/.meta/hints.md
trackler-2.2.1.136 tracks/haskell/exercises/go-counting/.meta/hints.md
trackler-2.2.1.135 tracks/haskell/exercises/go-counting/.meta/hints.md
trackler-2.2.1.134 tracks/haskell/exercises/go-counting/.meta/hints.md
trackler-2.2.1.133 tracks/haskell/exercises/go-counting/.meta/hints.md
trackler-2.2.1.132 tracks/haskell/exercises/go-counting/.meta/hints.md
trackler-2.2.1.131 tracks/haskell/exercises/go-counting/.meta/hints.md
trackler-2.2.1.130 tracks/haskell/exercises/go-counting/.meta/hints.md
trackler-2.2.1.129 tracks/haskell/exercises/go-counting/.meta/hints.md
trackler-2.2.1.128 tracks/haskell/exercises/go-counting/.meta/hints.md
trackler-2.2.1.127 tracks/haskell/exercises/go-counting/.meta/hints.md
trackler-2.2.1.126 tracks/haskell/exercises/go-counting/.meta/hints.md
trackler-2.2.1.125 tracks/haskell/exercises/go-counting/.meta/hints.md
trackler-2.2.1.124 tracks/haskell/exercises/go-counting/.meta/hints.md
trackler-2.2.1.123 tracks/haskell/exercises/go-counting/.meta/hints.md
trackler-2.2.1.122 tracks/haskell/exercises/go-counting/.meta/hints.md
trackler-2.2.1.121 tracks/haskell/exercises/go-counting/.meta/hints.md
trackler-2.2.1.120 tracks/haskell/exercises/go-counting/.meta/hints.md