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: 3 months ago
JSON representation

A java OOP experiment to create an API

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.