Sha256: cbb8997d881fa87290af4557484a8d983136367eb79657d5faa97f6cc7866609
Contents?: true
Size: 707 Bytes
Versions: 48
Compression:
Stored size: 707 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. ## Setup Go through the setup instructions for TypeScript to install the necessary dependencies: http://exercism.io/languages/typescript ## Requirements Install assignment dependencies: ```bash $ yarn install ``` ## Making the test suite pass Execute the tests with: ```bash $ yarn test ``` ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
48 entries across 48 versions & 1 rubygems