Erleichtern Sie sich den Einstieg in das Thema Datenstrukturen und Algorithmen mit Pascal. Zahlreiche Abbildungen und Beispiele machen diesen Klassiker besonders anschaulich.
When I reviewed Data Structures and Algorithms I said that one shouldn't refrain from reading old IT books only because they're old. Now I have a counter-example: This book on algorithms and data structures appeared rather dated to me. Not so much because of the covered topics themselves, but because of the way they are presented. Didactically Data Structures and Algorithms is much superior to this one. Wirth's "Algorithmen und Datenstrukturen" is ok as a second or third book on the topic, but shouldn't be anybody's first choice. If you're looking for some calculations of algorithms efficiency, that is going the whole way and not stopping at a simplified Big-O-notation, you might find it a little useful... if you understand enough math.