Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nrjshka/leetcodeproblems


https://github.com/nrjshka/leetcodeproblems

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

## Solved:

### 2021

#### June:

**14:**
Arrays:

- [x] [MaxConsecutiveOnes](https://leetcode.com/explore/learn/card/fun-with-arrays/521/introduction/3238/)
- [x] [Find Numbers with Even Number of Digits](https://leetcode.com/explore/learn/card/fun-with-arrays/521/introduction/3237/)

**15:**
Arrays:

- [x] [Squares of a Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/521/introduction/3240/)

**16:**
Arrays:

- [x] [Duplicate Zeros](https://leetcode.com/explore/learn/card/fun-with-arrays/525/inserting-items-into-an-array/3245/)

**17:**
Arrays:

- [x] [Merge Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/525/inserting-items-into-an-array/3253/)

**18:**
Arrays:

- [x] [Remove Element](https://leetcode.com/explore/featured/card/fun-with-arrays/526/deleting-items-from-an-array/3247/)

**19:**
Arrays:

- [x] [Remove Duplicates from Sorted Array](https://leetcode.com/explore/featured/card/fun-with-arrays/526/deleting-items-from-an-array/3248/)

**20:**

- [x] [Check If N and Its Double Exist](https://leetcode.com/explore/featured/card/fun-with-arrays/527/searching-for-items-in-an-array/3250/)

**28:**
Arrays:

- [x] [Valid Mountain Array](https://leetcode.com/explore/learn/card/fun-with-arrays/527/searching-for-items-in-an-array/3251/)

**29:**
Arrays:

- [x] [Replace Elements with Greatest Element on Right Side](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3259/)

**30:**
Arrays:

- [x] [Remove Duplicates from Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3258/)
- [x] [Move Zeroes](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3157/)

#### July:

**1:**
Arrays:

- [x] [Sort Array By Parity](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3260/)

**4:**
Arrays:

- [x] [Height Checker](https://leetcode.com/explore/learn/card/fun-with-arrays/523/conclusion/3228/)

**5:**
Arrays:

- [x] [Squares of A Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/523/conclusion/3574/)

**6:**
Binary Tree:

- [x] [Binary Tree Preorder Traversal](https://leetcode.com/explore/learn/card/data-structure-tree/134/traverse-a-tree/928/)

**7:**
Binary Tree:

- [x] [Binary Tree Inorder Traversal](https://leetcode.com/explore/learn/card/data-structure-tree/134/traverse-a-tree/929/)
- [x] [Binary Tree Postorder Traversal](https://leetcode.com/explore/learn/card/data-structure-tree/134/traverse-a-tree/930/)

**8:**
Binary Tree:

- [x] [Binary Tree Level Order Traversal](https://leetcode.com/explore/learn/card/data-structure-tree/134/traverse-a-tree/931/)
- [x] [Maximum Depth of Binary Tree](https://leetcode.com/explore/learn/card/data-structure-tree/17/solve-problems-recursively/535/)

**9:**
Binary Tree:

- [x] [Symmetric Tree](https://leetcode.com/explore/learn/card/data-structure-tree/17/solve-problems-recursively/536/)

**10:**
Binary Tree:

- [x] [Path Sum](https://leetcode.com/explore/learn/card/data-structure-tree/17/solve-problems-recursively/537/)

**11:**
Binary Tree:

- [x] [Construct Binary Tree from Inorder and Postorder Traversal](https://leetcode.com/explore/learn/card/data-structure-tree/133/conclusion/942/)

**12:**
Binary Tree:

- [x] [Construct Binary Tree from Preorder and Inorder Traversal](https://leetcode.com/explore/learn/card/data-structure-tree/133/conclusion/943/)

**13:**
Binary Tree:

- [x] [Populating Next Right Pointers in Each Node](https://leetcode.com/explore/learn/card/data-structure-tree/133/conclusion/994/)

---

## Need to return in the future

- [x] [Squares of a Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/521/introduction/3240/)
- [ ] [Duplicate Zeros](https://leetcode.com/explore/learn/card/fun-with-arrays/525/inserting-items-into-an-array/3245/)
- [ ] [Check If N and Its Double Exist](https://leetcode.com/explore/featured/card/fun-with-arrays/527/searching-for-items-in-an-array/3250/)
- [ ] [Valid Mountain Array](https://leetcode.com/explore/learn/card/fun-with-arrays/527/searching-for-items-in-an-array/3251/)
- [ ] [Binary Tree Inorder Traversal](https://leetcode.com/explore/learn/card/data-structure-tree/134/traverse-a-tree/929/)
- [ ] [Binary Tree Postorder Traversal](https://leetcode.com/explore/learn/card/data-structure-tree/134/traverse-a-tree/930/)
- [ ] [Construct Binary Tree from Inorder and Postorder Traversal](https://leetcode.com/explore/learn/card/data-structure-tree/133/conclusion/942/)

---

## Total:

- Solved: 17
- Solved with help: 3
- Solved by myself but need attention: 3
- Need to be done: 1