https://github.com/halostatue/reset
https://github.com/halostatue/reset
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/halostatue/reset
- Owner: halostatue
- Created: 2013-09-25T14:53:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T03:49:45.000Z (almost 3 years ago)
- Last Synced: 2025-03-16T14:54:17.309Z (3 months ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: History.txt
Awesome Lists containing this project
README
= reset
Implement a Set class (called Reset) that corresponds to the behaviours
that would be expected from a mathematical set. Do not use Ruby’s built-in
Set class.