Skip to content

saurabh2905/leetcode-curation-topical

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 

Repository files navigation

leetcode-curation-topical

Curation of great Leetcode questions, categorized by topic/concept. My criteria for curation is that questions must be valuable, and not just difficult for the sake of being difficult.

Valuable questions can usually be solved in a variety of ways with different time/space efficiencies (through the use of various data structures), or require the application of certain common and reusable techniques.

Bad questions are those that are extremely difficult for the sake of being so, and require knowledge of some uncommon technique to solve (which cannot be applied outside a very narrow scope).

Essentially, this is a curation of questions that I personally use to prepare for technical interviews.

Arrays/Strings

Sliding Window/Two Pointer

Intervals

Heaps/Priority Queues

Linked Lists/Deques

Trees

Graphs

Recursion/Backtracking

Dynamic Programming

Design & Implementation

About

Tech interview prep list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published