Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theiliad/set-api
A java OOP experiment to create an API
https://github.com/theiliad/set-api
Last synced: 14 days ago
JSON representation
A java OOP experiment to create an API
- Host: GitHub
- URL: https://github.com/theiliad/set-api
- Owner: theiliad
- Created: 2016-02-02T20:06:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T20:27:47.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T11:12:25.849Z (28 days ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Set API
Just an experiment with java and OOP to create a Set class that performs certain operations on it's objects.
An input.txt file is read into a 3D array and everything goes from there.This experiment is also heavily focused on testing.