views:

37

answers:

2

Do you know any useful resource, book, article, webpage about data structures?

I found very useful wikibooks page: http://en.wikibooks.org/wiki/Data_Structures

What helps you with data structure design?

+3  A: 

The ultimate collection on data-structures, their implementation and mathematical reasoning is Donald Knuth's The Art of Computer Programming series. Here's an amazon link.

Johannes Rudolph
+1  A: 

AV Aho, JE Hopcroft, JD Ullman (1983) Data structures and algorithms. Addison-Wesley.

After Knuth, the classic. And possible to read cover to cover.

Charles Stewart