Sha256: ca75586cf06306186482000ceddf9a6238002fead9b839a1f16c61bb6c713423

Contents?: true

Size: 815 Bytes

Versions: 109

Compression:

Stored size: 815 Bytes

Contents

# Custom Set

Create a custom set type.

Sometimes it is necessary to define a custom data structure of some
type, like a set. In this exercise you will define your own set. How it
works internally doesn't matter, as long as it behaves like a set of
unique elements.

The Scala exercises assume an SBT project scheme. The exercise solution source
should be placed within the exercise directory/src/main/scala. The exercise
unit tests can be found within the exercise directory/src/test/scala.

To run the tests simply run the command `sbt test` in the exercise directory.

For more detailed info about the Scala track see the [help
page](http://exercism.io/languages/scala).



## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.

Version data entries

109 entries across 109 versions & 1 rubygems

Version Path
trackler-2.2.1.4 tracks/scala/exercises/custom-set/README.md
trackler-2.2.1.3 tracks/scala/exercises/custom-set/README.md
trackler-2.2.1.2 tracks/scala/exercises/custom-set/README.md
trackler-2.2.1.1 tracks/scala/exercises/custom-set/README.md
trackler-2.2.1.0 tracks/scala/exercises/custom-set/README.md
trackler-2.2.0.6 tracks/scala/exercises/custom-set/README.md
trackler-2.2.0.5 tracks/scala/exercises/custom-set/README.md
trackler-2.2.0.4 tracks/scala/exercises/custom-set/README.md
trackler-2.2.0.3 tracks/scala/exercises/custom-set/README.md