Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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|