Data structures

G

Guest

I need a good book on data structures like they have to c and c++. It should
cover link list, stacks, single list and so on.
 
J

Justin Rogers

Then grab yourself a good book in C/C++... The operation is almost identical.

Someone did a data structures series on MSDN. You can go search for that as
well. From the perspective of a data structure expert/almost-expert the articles
aren't adequate, but if you are looking for the basic/intermediate level stuff
then
they should suit you well.

I have numerous examples of different collections on my Blog, especially those
for Whidbey. I've made use of linked lists, stacks, queues, aggregate data
structures, and compared the operation in terms of performance of many of
these items.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top