This project focus on finding the most efficent and straight forward solution from the most interesting code challenge writte in Java, based on question found on books and leetcode. All the code was first written on paper and then rewritten using an IDE and compiled and tested with Java SDK 11 and 17.
Clone the project
git clone https://github.com/listellodavide/codepreps.git
Go to the project directory
cd codepreps
Install dependencies
mvn clean install
Start the solution for a challenge like for example "290. Word Pattern" type the following in a console
mvn compile exec:java -Dexec.mainClass="org.example.algo.qlc290.SolutionWordPattern"