A playground for Java programs, testing, learning, etc.
This repository hosts a library of cool programs written in Java, serving as an educational repository for Java code. We aim to write programs and store it as a reference for later.
This is a sandbox for all different types of programs, all the way from arrays, to different sorting algorithms, we will slowly be building on the codebase as time goes by.
The repository is split into different parts (sections) for the sake of organization, the programs have been split into these categories.
- Character Manipulation
- Array programs
- Sorting Algorithms
- Inheritance between packages
- Package Build tests
- Sandbox for random programs
We Strongly recommend using IntelliJ IDEA for using this code project, although it is possible to use Eclipse IDE
to open and edit this project.
- Clone this repository to a folder with the command
git clone https://github.com/FasterMars16/JavaPlayground.git - Open the workspace with IntelliJ IDEA.
For using this project in Eclipse IDE, kindly refer to this documentation.
Contribution requests are open, if you think your commits and pull requests will add value to the repository, feel free to contact us for reviewing your work.
(C) 2023 FasterMars16, All Rights Reserved.
