leetcode-patterns icon indicating copy to clipboard operation
leetcode-patterns copied to clipboard

A pattern-based approach for learning technical interview questions

Results 36 leetcode-patterns issues
Sort by recently updated
recently updated
newest added

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...

feature request 💬

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 ![Image](https://github.com/user-attachments/assets/89e70154-ca02-4d15-97bb-4072929b7f38) ## Site ![Image](https://github.com/user-attachments/assets/de5b5392-4b38-4dcf-94be-7dadac7d0f5c)

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...