Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbluelvl/leetcode-problems
My LeetCode submissions.
https://github.com/kbluelvl/leetcode-problems
Last synced: about 8 hours ago
JSON representation
My LeetCode submissions.
- Host: GitHub
- URL: https://github.com/kbluelvl/leetcode-problems
- Owner: KBluelvl
- Created: 2024-10-16T07:49:49.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2024-10-24T21:54:53.000Z (15 days ago)
- Last Synced: 2024-10-26T09:37:27.360Z (14 days ago)
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LeetCode - Problems
===================### LeetCode Algorithm
| # | Title | Solution | Difficulty |
|---| ----- | -------- | ---------- |
|4|[Median Of Two Sorted Arrays](https://leetcode.com/problems/median-of-two-sorted-arrays)| [java](./algorithms/java/src/main/java/MedianOfTwoSortedArrays/Solution.java)|Hard|
|3|[Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters)| [java](./algorithms/java/src/main/java/LongestSubstringWithoutRepeatingCharacters/Solution.java)|Medium|
|2|[Add Two Numbers](https://leetcode.com/problems/add-two-numbers/)| [java](./algorithms/java/src/main/java/AddTwoNumbers/AddTwoNumbers.java)|Medium|
|1|[Two Sum](https://leetcode.com/problems/two-sum/)| [java](./algorithms/java/src/main/java/TwoSum/TwoSum.java)|Easy|### LeetCode Database
| # | Title | Solution | Difficulty |
|---| ----- | -------- | ---------- |
|1757|[Recyclable and Low Fat Products](https://leetcode.com/problems/recyclable-and-low-fat-products/)| [MySQL](/database/RecyclableAndLowFatProducts.SQL)|Easy|