Skip to content

My Java solutions for LeetCode challenges. With testing and exception handling based on the constraints of the problems.

Notifications You must be signed in to change notification settings

kauassilva/leetcode-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My LeetCode Solutions

Welcome to my LeetCode Solutions repository. In this repository, I share my Java solutions for various LeetCode problems. Each solution is thoroughly tested, and I've included custom validation methods to handle problem-specific constraints.

I've written some notes for myself, but if you'd like to read them too, click here.

Getting Started

  1. Clone the repository:
    git clone git@github.com:kauassilva/leetcode-solutions.git
  2. Running Tests:
    1. To run all tests classes:
      mvn test
    2. To run a single test class:
      mvn test -Dtest={the test class name without '.java'}

Solved Problems

Here is the list, in ascending order, of all the problems solved, validated, and tested.

ID Title Difficulty
1920 Build Array from Permutation Easy
1929 Concatenation of Array Easy
2011 Final Value of Variable After Performing Operations Easy
2181 Merge Nodes in Between Zeros Medium
2469 Convert the Temperature Easy
2769 Find the Maximum Achievable Number Easy
3110 Score of a String Easy
3190 Find Minimum Operations to Make All Elements Divisible by Three Easy

About

My Java solutions for LeetCode challenges. With testing and exception handling based on the constraints of the problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages