Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ale-soares/neetcode-150-solutions
Personal Neetcode 150 solutions written in JavaScript and Python with Big O analysis and solution explanation.
https://github.com/ale-soares/neetcode-150-solutions
interview-questions leetcode leetcode-solutions neetcode neetcode150
Last synced: about 18 hours ago
JSON representation
Personal Neetcode 150 solutions written in JavaScript and Python with Big O analysis and solution explanation.
- Host: GitHub
- URL: https://github.com/ale-soares/neetcode-150-solutions
- Owner: ale-soares
- Created: 2024-02-21T18:23:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T20:59:01.000Z (5 months ago)
- Last Synced: 2024-05-30T09:59:47.112Z (5 months ago)
- Topics: interview-questions, leetcode, leetcode-solutions, neetcode, neetcode150
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neetcode 150 Solutions
Personal Neetcode 150 solutions written in Javascript and Python with Big O Analysis and solution explanation.## Topics
- Arrays & Hashing
- Two Pointers
- Sliding Window
- Stack
- Binary Search
- Linked List
- Trees
- Tries
- Heap / Priority Queue
- Backtracking
- Graphs
- Advanced Graphs
- 1-D Dynamic Programming
- 2-D Dynamic Programming
- Greedy
- Intervals
- Math & Geometry
- Bit Manipulation## My Leetcode Stats
Card information may be outdated. Check out [my Leetcode profile](https://leetcode.com/ale-soares/) to get an updated view of problems solved.[![alesoares's LeetCode stats](https://leetcode-stats-six.vercel.app/?username=ale-soares&theme=dark)](https://github.com/ale-soares/leetcode-stats)
## Problem breakdown
I've made a spreadsheet with the exercises I've solved. You can find the link for it [here](https://docs.google.com/spreadsheets/d/1uM5I0yr3oe8OP9wrBYtwmBhxDPu8DUccHc-JPwg27Cs/edit?usp=sharing)Here's how it's looking like now.
![image](https://github.com/ale-soares/neetcode-150-solutions/assets/65368856/84a8e94f-7bb2-45db-902d-2915709a2b59)