nikhilkarve's blog

By nikhilkarve, history, 16 months ago, In English

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.

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?