https://github.com/soumilgit/neetcode-150_hard_problems_solutions
A collection of all hard solved problems from the NeetCode 150 sheet , as part of DSA practice. Feel free to star and contribute if you found it to be useful.
https://github.com/soumilgit/neetcode-150_hard_problems_solutions
binary-search cpp heap java linkedlists python3
Last synced: 7 months ago
JSON representation
A collection of all hard solved problems from the NeetCode 150 sheet , as part of DSA practice. Feel free to star and contribute if you found it to be useful.
- Host: GitHub
- URL: https://github.com/soumilgit/neetcode-150_hard_problems_solutions
- Owner: Soumilgit
- License: mit
- Created: 2024-07-21T13:06:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-14T14:00:22.000Z (about 1 year ago)
- Last Synced: 2025-05-10T15:39:58.494Z (10 months ago)
- Topics: binary-search, cpp, heap, java, linkedlists, python3
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Solved problems from Neetcode 150 sheet('Hard' ones).
# Folder structure :
Here's the folder structure of the repository :
```
.github
FUNDING.yml
Hard
BT_Max-Path-Sum.py
│ ├─ Find Median From Data Stream.py
Largest Rectangle In Histogram.py
Median of Two Sorted Arrays.cpp
Merge K Sorted Linked Lists.java
Minimum Window With Characters.py
Reverse Nodes in K-Group.py
Sliding Window Maximum.py
│ └─ Trapping Rain Water.py
├─ LICENSE
└─ README.md
```