An open API service indexing awesome lists of open source software.

https://github.com/fokaaas/java-collections

This repo contains example of custom Java collection.
https://github.com/fokaaas/java-collections

collection interfaces java

Last synced: 3 months ago
JSON representation

This repo contains example of custom Java collection.

Awesome Lists containing this project

README

        

## Java Collections

When number in the list n = 2, then:
- C2 = 2 % 2 = 0
- C3 = 2 % 3 = 2

## How to set up it locally?

Firstly, clone this repo:

```bash
git clone [email protected]:fokaaas/java-collections.git
```

Using any IDE import this project as a Maven project.

Then, run the Main class.

## How to find the documentation?

You can find the documentation [here](https://fokaaas.github.io/java-collections/).