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.
- Host: GitHub
- URL: https://github.com/fokaaas/java-collections
- Owner: fokaaas
- Created: 2024-10-15T13:24:44.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T19:22:51.000Z (8 months ago)
- Last Synced: 2025-01-22T00:32:05.556Z (5 months ago)
- Topics: collection, interfaces, java
- Language: Java
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).