Data Structures and Algorithms

Segment trees - Tutorial - These IIT-K slides are pretty good too.

nice collections of ds and algorithms (y) Thanks to you :slight_smile:

nice collections of ds and algorithms tutorials(y) Thanks to you :slight_smile:

1 Like

Pl add MO’s algorithm http://blog.anudeep2011.com/mos-algorithm/.

1 Like

I am selected for INOI 2015 and it was a good news which was followed by a bad news that we have to appear INOI using coding languages and i had no idea about them. I need real help in learning cplus plus

1 Like

BIT tutorial: Binary Indexed Tree or Fenwick Tree - GeeksforGeeks

1 Like

For KMP algorithm , u can also see this post

1 Like

you can try the link below for nCr % m problem

Thank you very much for this wonderful post… helped a lot

Thanks very much for the list.

Would be even more helpful if links to simple problems implementing compulsorily the above algorithms and ds were listed.

1 Like

Its really a great effort…thanks you very much

best algorithm link I had so far. Awesome!!

Thank you for this work.it will really help a lot.

Hi friends,

                 I too have a suggestions but i just posses tutorials they are Advanced C++ cources covering STL and Mycodeschool however mycodeschool have many practise Problems too for doing.

Thanks hope you may find it useful

2 Likes

for learning data structures :
mycodeschool

This initiative has really helped me and my friends out in studies and understanding the most important and basic concepts. :slight_smile:
Thanks a lot.

@neo1tech9_7

link number 80 not working …can u please update !!

Sparse Table Problem

There is this blog having great tutorials on Math related problems. You may add this to the list.