https://github.com/imdeepmind/leetcodesolutions
Leet Code solutions
https://github.com/imdeepmind/leetcodesolutions
Last synced: 9 days ago
JSON representation
Leet Code solutions
- Host: GitHub
- URL: https://github.com/imdeepmind/leetcodesolutions
- Owner: imdeepmind
- Created: 2022-02-13T17:32:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-30T14:01:11.000Z (3 months ago)
- Last Synced: 2026-03-30T15:24:59.737Z (3 months ago)
- Language: Python
- Size: 902 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |