Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miladsade96/leetcode_with_java
Solving Leetcode Challenges using Java Programming Language
https://github.com/miladsade96/leetcode_with_java
algorithm algorithms algorithms-and-data-structures data-structures java java-8 javaee leetcode leetcode-java leetcode-solutions
Last synced: 24 days ago
JSON representation
Solving Leetcode Challenges using Java Programming Language
- Host: GitHub
- URL: https://github.com/miladsade96/leetcode_with_java
- Owner: miladsade96
- License: mit
- Created: 2024-09-02T07:55:16.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-22T19:55:05.000Z (about 1 month ago)
- Last Synced: 2024-09-29T23:03:42.722Z (about 1 month ago)
- Topics: algorithm, algorithms, algorithms-and-data-structures, data-structures, java, java-8, javaee, leetcode, leetcode-java, leetcode-solutions
- Language: Java
- Homepage:
- Size: 139 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Logo](assets/LeetcodeWithJava.png)
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
- [Milad Sadeghi DM](https://www.github.com/miladsade96)
## Running Tests
To run tests, run the following command
```bash
mvn clean test
```## Table of Contents
Problems that have been solved so far:
1. [Fibonacci Number](https://leetcode.com/problems/fibonacci-number/description/)
2. [First Letter To Appear Twice](https://leetcode.com/problems/first-letter-to-appear-twice/description/)
3. [Group Anagrams](https://leetcode.com/problems/group-anagrams/description/)
4. [Missing Number](https://leetcode.com/problems/missing-number/description/)
5. [Valid Anagram](https://leetcode.com/problems/valid-anagram/description/)
6. [TwoSum](https://leetcode.com/problems/two-sum/description/)