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

https://github.com/imdeepmind/leetcodesolutions

Leet Code solutions
https://github.com/imdeepmind/leetcodesolutions

Last synced: 9 days ago
JSON representation

Leet Code solutions

Awesome Lists containing this project

README

          

# LeetCodeSolutions
Leet Code solutions

# LeetCode Topics
## Array
| Problem Name | Difficulty |
| ------- | ------- |
| [0001-two-sum](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0001-two-sum/) | Easy |
| [0217-contains-duplicate](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0217-contains-duplicate/) | Easy |
| [0463-island-perimeter](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0463-island-perimeter/) | Easy |
| [0953-verifying-an-alien-dictionary](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0953-verifying-an-alien-dictionary/) | Easy |
| [0997-find-the-town-judge](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0997-find-the-town-judge/) | Easy |
| [1863-sum-of-all-subset-xor-totals](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/1863-sum-of-all-subset-xor-totals/) | Easy |
| [1929-concatenation-of-array](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/1929-concatenation-of-array/) | Easy |
## Simulation
| Problem Name | Difficulty |
| ------- | ------- |
| [1929-concatenation-of-array](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/1929-concatenation-of-array/) | Easy |
## Hash Table
| Problem Name | Difficulty |
| ------- | ------- |
| [0001-two-sum](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0001-two-sum/) | Easy |
| [0217-contains-duplicate](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0217-contains-duplicate/) | Easy |
| [0242-valid-anagram](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0242-valid-anagram/) | Easy |
| [0953-verifying-an-alien-dictionary](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0953-verifying-an-alien-dictionary/) | Easy |
| [0997-find-the-town-judge](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0997-find-the-town-judge/) | Easy |
## Sorting
| Problem Name | Difficulty |
| ------- | ------- |
| [0217-contains-duplicate](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0217-contains-duplicate/) | Easy |
| [0242-valid-anagram](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0242-valid-anagram/) | Easy |
## String
| Problem Name | Difficulty |
| ------- | ------- |
| [0242-valid-anagram](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0242-valid-anagram/) | Easy |
| [0953-verifying-an-alien-dictionary](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0953-verifying-an-alien-dictionary/) | Easy |
## Math
| Problem Name | Difficulty |
| ------- | ------- |
| [1863-sum-of-all-subset-xor-totals](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/1863-sum-of-all-subset-xor-totals/) | Easy |
## Backtracking
| Problem Name | Difficulty |
| ------- | ------- |
| [1863-sum-of-all-subset-xor-totals](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/1863-sum-of-all-subset-xor-totals/) | Easy |
## Bit Manipulation
| Problem Name | Difficulty |
| ------- | ------- |
| [1863-sum-of-all-subset-xor-totals](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/1863-sum-of-all-subset-xor-totals/) | Easy |
## Combinatorics
| Problem Name | Difficulty |
| ------- | ------- |
| [1863-sum-of-all-subset-xor-totals](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/1863-sum-of-all-subset-xor-totals/) | Easy |
## Enumeration
| Problem Name | Difficulty |
| ------- | ------- |
| [1863-sum-of-all-subset-xor-totals](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/1863-sum-of-all-subset-xor-totals/) | Easy |
## Depth-First Search
| Problem Name | Difficulty |
| ------- | ------- |
| [0463-island-perimeter](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0463-island-perimeter/) | Easy |
## Breadth-First Search
| Problem Name | Difficulty |
| ------- | ------- |
| [0463-island-perimeter](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0463-island-perimeter/) | Easy |
## Matrix
| Problem Name | Difficulty |
| ------- | ------- |
| [0463-island-perimeter](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0463-island-perimeter/) | Easy |
## Graph Theory
| Problem Name | Difficulty |
| ------- | ------- |
| [0997-find-the-town-judge](https://github.com/imdeepmind/LeetCodeSolutions/tree/main/0997-find-the-town-judge/) | Easy |