Data Structures

hi everybody..........

I want to learn Data Structures Basics and wonna program with that.

Can anybody me from where to go which gives programming features also............


Thanking you in advance..........
Last edited on
Good tutorials are very easy to google on this subject... I suggest you simply Google the most important easy ones (Linked List, Binary Tree, Heap, Binomial Heap) and go from there. Most google searches will lead to pages with code examples as well.

Personally, I learned from the MSDN page:
http://msdn.microsoft.com/en-us/vcsharp/aa336800
It's explained well, but the code examples are in C# which can be useless at best and confusing at worst.

For more advanced material, go to MIT's OCW class on Advanced Data structures:
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-851-advanced-data-structures-spring-2010/

Do mind that the last link is not so much Computer Science and actually closer to wicked voodoo magicks.
Thank you for the response and advice.
Topic archived. No new replies allowed.