https://github.com/samayer12/tdd_python_set
Implement a set in Python
https://github.com/samayer12/tdd_python_set
tdd tdd-python workshop
Last synced: 5 months ago
JSON representation
Implement a set in Python
- Host: GitHub
- URL: https://github.com/samayer12/tdd_python_set
- Owner: samayer12
- Created: 2020-03-04T02:28:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T02:29:49.000Z (almost 6 years ago)
- Last Synced: 2025-02-24T08:17:31.258Z (10 months ago)
- Topics: tdd, tdd-python, workshop
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tdd_python_set
Workshop example to show TDD through the set data structure.
https://en.wikipedia.org/wiki/Set_(abstract_data_type)