leetcode-patterns
leetcode-patterns copied to clipboard
A pattern-based approach for learning technical interview questions
Hi @seanprashad , Thanks for this awesome resource. One feature I believe is missing is the option to mark a problem as a favorite or important. This would allow us...
https://leetcode.com/problems/maximize-distance-to-closest-person/description/ https://leetcode.com/problems/line-reflection/description/
e.g. https://leetcode.com/problems/contains-duplicate/description/ ## Original  ## Site 
As explained in #381, the 'Reset' button was wrongly deleting the 'Last Solved On' column before the user confirms deletion. This change moves the reset logic from the `toggleResetModal` method...
### Description When the 'Reset' button is pressed a modal is shown and the list `checkedAt` gets cleared **before** the confirmation. It is expected that the list is only deleted...
## ✨ Feature: Starred Questions on Leetcode Patterns Page ### 🔧 What’s Added - ⭐ **Star Toggle per Question** - Each question now has a clickable star icon - Clicking...