Data Structures and Algorithms

Thanks a lot :slight_smile:

1 Like

Superb initiative !! Keep it up

I hope i will help you

1 Like

I hope so too :slight_smile:

persistent segment tree: Explanation with basic code, tutorial with implementations of spoj and codechef problems by Anudeep Nekkanti

1 Like

will add :slight_smile:

Try this for classical problems of dp(interactive tutorial)

http://people.cs.clemson.edu/~bcdean/dp_practice/

1 Like

This one is an awesome and very good crash course of STL here

Add this to list.

3 Likes

More concise collection of STLā€¦

Thanks! :slight_smile:

Thanks! :slight_smile:

For BIT use this tutorial: http://stackoverflow.com/questions/15439233/bitusing-a-binary-indexed-tree - way better than all other resources.
And thanks for the resource.

2 Likes

Thanks friends .These links are really useful for newbies like us. May Allah(swt) bless and guide all those who contributed in collecting these links.

3 Likes

Very useful stuff :slight_smile:
More on Fenwick treeā€¦might help

1 Like

already added :slight_smile:

For Tower of Hanoi, I suggest you link it to http://en.wikipedia.org/wiki/Tower_of_Hanoi#Recursive_solution. The link you specified only gives the code for it and does attempt to explain the problem. The Wikipedia link explains it properly.

1 Like

Thanks added :slight_smile:

I will try to help you by solving some of the questions myself.

1 Like

Dijkstra Algorithm https://www.youtube.com/watch?v=zXfDYaahsNA

Maybe you can add this also this video tutorial. Awesome video.

sorry not adding videos in to this list right now :frowning: otherwise i would have added MIT videos as well

This is awesome work. Thank you everyone! :smiley: and i thought i would suggest this: http://web.stanford.edu/class/cs97si/ for some of the main topics. It was Stanfordā€™s course meant specifically for programming competitions. It helped me a lot. Sorry, if is present in the list already ! :slight_smile:

2 Likes