Skip to content

Solutions for LeetCode challenges along with unit tests

Notifications You must be signed in to change notification settings

zyberzebra/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Challenges

This repository contains solutions for LeetCode challenges along with unit tests.

Dependencies

Note: This project requires Java 21.

The project uses Maven to manage dependencies. The following table lists the key dependencies:

Library Version Purpose
org.projectlombok:lombok 1.18.32 Simplifying Java classes
org.junit.jupiter:junit-jupiter 5.10.2 Unit testing for Java
org.assertj:assertj-core 3.25.3 Fluent assertions for better test cases
org.apache.maven.plugins:maven-compiler-plugin 3.13.0 Compiling Java source code
org.apache.maven.plugins:maven-surefire-plugin 3.2.5 Running unit tests

Running Tests

To execute the unit tests, you can use the following Maven command:

mvn test

About

Solutions for LeetCode challenges along with unit tests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages