-
https://www.youtube.com/watch?v=BgLTDT03QtU
-
this plugin is fantastic man, it's really really good and no issues yet. Just a suggestion on some extra features, having the blind 75 and neetcode 150 on the front page would be good sorted by topic …
-
Add an option to load the next problem to solve, according to NeetCode's roadmap rather than a random problem from the tree.
Check out NeetCode's [video](https://www.youtube.com/watch?v=jgQjes7MgTM…
-
https://github.com/neetcode-gh/leetcode/blob/main/python/0134-gas-station.py
The current solution will fail this test case
The original solution https://github.com/neetcode-gh/leetcode/commi…
-
depends on #266
codifies https://docs.google.com/spreadsheets/d/1yhzz3EeLHAiiAVy3wKQoZavkgVZpnNYW5j1yE0Xy734/
items of note:
1. pattern rotation
2. sys design rotation
3. behavioral shadowbo…
-
Add options for:
1. **Blind 75** questions
2. **NeetCode 150** questions
This reduces the number of obscure questions by using a curated list.
-
Discussion about the solution to this question. Didn't know how to do this at all. Solution from [neetcode](https://www.youtube.com/watch?v=WTzjTskDFMg)
```rust
pub fn is_valid(s: String) -> bool …
-
The practice page (https://neetcode.io/practice) is broken. Each section shows 0/0 problems and the dropdown doesn't open to reveal the problems. I've attached my browser information below for referen…
-
I was looking at the JavaScript solution for Leetcode 124 (https://github.com/neetcode-gh/leetcode/blob/main/javascript/0124-binary-tree-maximum-path-sum.js). I find it much harder to read and underst…
-
Each problem we have is linked using a link like this https://leetcode.com/problems/sample-problem/description
But /description takes us to Result tab in the new leetcode interface.