Is there a resource that i can find different variations of searching, sorting and graph algorithm questions ?
I have studied CLRS and Algorithm Design by Kleinberg. and solved some set of questions.
I have also, checked SO for algorithms questions.
Curious, if there is a resource you would highly recommend.
EDIT: There is also this free ebook with many questions, that i was able to solve some of them.
EDIT: Also, not interested in competition questions such as TopCoder and algorithmist, etc.
Kind of questions i like:
given an array of numbers from 1 to n, there many m 1's in this array, and the rest is zero, describe an efficient algorithm to find where your 1's end and 0's begin. What s the time complexity.
Like this.