Skip to content

A simple set of algorithms that challenge my coding knowledge πŸš€ πŸ™‚

License

Notifications You must be signed in to change notification settings

listellodavide/codepreps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Some of the most interesting code challenge I found in books and on the website Leetcode

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.

Run Locally

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"

About

A simple set of algorithms that challenge my coding knowledge πŸš€ πŸ™‚

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages