Skip to content

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

License

Notifications You must be signed in to change notification settings

miladsade96/leetcode_with_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
  2. First Letter To Appear Twice
  3. Group Anagrams
  4. Merge Sorted Array
  5. Missing Number
  6. Palindrome Number
  7. Remove Element
  8. Two Sum
  9. Valid Anagram
  10. Remove Duplicates From Sorted Array

Releases

No releases published

Packages

No packages published

Languages