Welcome Ang Jianming's & Hao Jee's personal Java Assessments & Data Structures repository! This project is mainly designed to help myself, developers, students, and interviewees practice Java-related coding problems. This repo specially focuses on data structures-based questions. Whether you're preparing for coding interviews, working on your programming skills, or studying for exams, this repository offers a variety of problems, assessments, and solutions for your learning journey. Hope this helps :)
Firstly, make sure you have either one of these IDE installed: NetBeans, IntelliJ IDEA or Eclipse as showed in the link below ↓
Use the package manager NetBeans | IntelliJ IDEA | Eclipse to install foobar.
For me personally I use Eclipse but you can choose up to your preference,
If your a Student in a University you can try you use your student email possibly get a free version of IntelliJ IDEA
Windows 11 - https://www.youtube.com/watch?v=Co5DMRh9RjE
MacBook - https://www.youtube.com/watch?v=PQk9O03cukQ
Linux - https://www.youtube.com/watch?v=UwytmFFQF6Y
java --version
or
java -version
git clone https://github.com/AngJianming/Java-Object-Oriented-Programming.git
cd Java-Object-Oriented-Programming
import java.util.Scanner;
Contributions are always welcome! Whether you want to add new problems, improve solutions, or enhance documentation, feel free to create a pull request.
Also please make sure to update the tests as appropriate.
Here’s how you can contribute:
- Fork the repository.
- Create a new branch with your feature or improvement.
- Push your changes and create a pull request.