Random Algorithmic stuff and interview practice questions in Java
- http://practiceit.cs.washington.edu/practiceit/list.jsp
- Some solutions to "Programming Interviews Exposed, 2nd Edition" by Mongan, Suojanen, Giguere
- https://leetcode.com/studyplan/top-interview-150/
To build and run this project, you need to have a Java Development Kit (JDK) 21 installed on your system.
This project uses the Gradle Wrapper, so you do not need to install Gradle separately.
To build the project and run all tests, use the following command in your terminal:
# On Linux or macOS ./gradlew build # On Windows (in Command Prompt or PowerShell) gradlew.bat build