awesome-leetcode-resources icon indicating copy to clipboard operation
awesome-leetcode-resources copied to clipboard

Awesome LeetCode resources to learn Data Structures and Algorithms and prepare for Coding Interviews.

Results 14 awesome-leetcode-resources issues
Sort by recently updated
recently updated
newest added

The repository lists patterns, problems, and resources, but lacks quick-reference cheatsheets that summarize key concepts in a scannable format. Why It Matters: Users need instant access to pattern templates (e.g.,...

This PR updates the usage of array indexing from stack[stack.length - 1] to stack.at(-1) in the MonotonicStack class methods: **nextGreaterElement(nums) dailyTemperatures(temperatures)** This change improves readability by using modern JavaScript syntax....

The list added is quite recent (may 2025) and shows the most asked questions by companies and also the ability to see company specific problems.