Sha256: fc3fb2c7a9c326d8984f4301e5e6411b7220bed9df21d40032f3963d5a35ca30
Contents?: true
Size: 631 Bytes
Versions: 74
Compression:
Stored size: 631 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. ## Hints This exercise requires you to implements a type-specific method for determining equality of instances. For more information, see [this page] (https://docs.microsoft.com/en-us/dotnet/core/api/System.IEquatable-1) . ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
74 entries across 74 versions & 1 rubygems