Skip to content

miladsade96/leetcode_with_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Solving Leetcode Challenges using Java Programming Language.

A curated collection of Java solutions to LeetCode problems, accompanied by comprehensive unit tests using JUnit. This repository aims to provide well-structured, efficient, and well-tested Java code for various LeetCode challenges.

Authors

Running Tests

To run tests, run the following command

  mvn clean test

Table of Contents

Problems that have been solved so far:

  1. Fibonacci Number - Leetcode Description - Solution in Java - JUnit Tests
  2. First Letter To Appear Twice - Leetcode Description - Solution in java - JUnit Tests
  3. Group Anagrams - Leetcode Description - Solution in Java - JUnit Tests
  4. Merge Sorted Array - Leetcode Description - Solution in Java - JUnit Tests
  5. Missing Number - Leetcode Description - Solution in Java - JUnit Tests
  6. Palindrome Number - Leetcode Description - Solution in Java - JUnit Tests
  7. Remove Element - Leetcode Description - Solution in Java - JUnit Tests
  8. Two Sum - Leetcode Description - Solution in Java - JUnit Tests
  9. Valid Anagram - Leetcode Description - Solution in Java - JUnit Tests
  10. Remove Duplicates From Sorted Array - Leetcode Description - Solution in Java - JUnit Tests
  11. Concatenation Of Array - Leetcode Description - Solution in Java - JUnit Tests
  12. Longest Common Prefix - Leetcode Description - Solution in Java - JUnit Tests
  13. Majority Element - Leetcode Description - Solution in Java - JUnit Tests

About

Solving Leetcode Challenges using Java Programming Language and Testing them with JUnit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages