leetcode-patterns
leetcode-patterns copied to clipboard
A pattern-based approach for learning technical interview questions
Would be cool to have a button that randomly selected a problem to study.
These pills are gray for the newly added companies (e.g. Airbnb) while they are supposed to be colored by difficulty. The pills work correctly for the companies we previously had...
It'd be great to have a suggested approach when solving questions, including: - How long to spend on a never before seen leetcode question - Where to go for the...
I think we should be able to take notes on each of the problems. Could be stored in local storage just like the check marks
Even though there is a "Show/Hide Patterns" slide, it seem that most of the questions are clustered together when they share patterns within a difficulty. Even though I try not...
Preserving the filtering, especially the Companies filtering, after a refresh or when closing the page and opening it again, is a good idea. Recording that information in the cookies seems...
I think progression labels on the top (e.g. Total: 75/170, Easy: 14/36, Medium: 53/102, Hard: 8/32) should be reflecting the list that's present on the screen. This is not something...
It'd be nice to have a column that would show you when you last solved the question! This could be useful for individuals who want to re-attempt previous questions that...
Following steps to re-create this issue: 1. Filter problems with any difficulty. (In the screenshot "easy" is selected) 2. After this, filter out with any company. (Over here "Capital One"...
In #104, we introduced the functionality to left click on the `Companies` column header to sort the question list based on how many companies asked each question (see [this](https://github.com/SeanPrashad/leetcode-patterns/pull/104#pullrequestreview-676881748) for...