Problemset with standard DS problems

Revision en2, by nikhilkarve, 2022-12-03 19:18:47

Hi everyone.

Is there any collection of problems categorized based on the Data Structure?

For example, people say when you are learning you should be able to solve at least standard problems of specific data structure. I want to know what are those standard problems?

What I can think of is, as parenthesis is a standard problem of stack (or two pointers), binary search is a standard recursion, d&c problem. I am looking for something like this for all the data structures and algos.

Tags help

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English nikhilkarve 2022-12-03 19:18:47 1 Tiny change: 'categorize based on ' -> 'categorized based on '
en1 English nikhilkarve 2022-12-03 19:10:39 529 Initial revision (published)