Benutzer
Top-Rezensenten Übersicht

Benutzername: 
Dr. Leidner

Bewertungen

Insgesamt 3 Bewertungen
Bewertung vom 31.03.2021
Structure and Interpretation of Computer Programs
Abelson, Harold;Sussman, Gerald Jay

Structure and Interpretation of Computer Programs


ausgezeichnet

Structure and Interpretation of Computer Programs (affectionally called "S.I.C.P." by computer scientists) was the first book used in my own undergraduate studies, and I have since purchased the second edition, which adds new material. It teaches the essence of computer science in a series of chapters about different kinds of abstractions while pretending to teach the reader programming in the programming language Scheme, a variant of LISP.

This book is a purcase for life, and you should cherish it, work it through end-to-end, and revisit it a few years later when you will have more experience, because the latter chapters are quite demanding. It's okay - you don't have to absorb everything on the first reading, and the first couple of chapters are very easy-going and insightful. After a few hours, the reader (best in front of a computer running a Scheme interpreter - there are many free ones) will be capable of developing non-trivial programs. Didactically speaking, this is simply the best computer science text book that I have ever read, and likely, that I will ever read - a must-own book!

1 von 1 Kunden fanden diese Rezension hilfreich.

Bewertung vom 31.03.2021
Introduction to Algorithms, third edition
Rivest, Ronald L.

Introduction to Algorithms, third edition


ausgezeichnet

Cormen, Leiserson, Rivest ist eines der zwei Standardwerke der Algorithmen neben Knuths The Art of Computer Programming. Knuths Werk ist mehrbändig und noch nicht vollendet, und in allen Bibliotheken erhältlich, aber Cormen et al. ist kompakter (Einzelband) und steht auf fast allen Regalen der Informatiker der Erde .
In gewisser Hinsich definiert die Auswahl der in diesem Buch dargestellten Algorithmen den gemeinsamen Kanon der Standardalgorithmen und Datenstrukturen, die Informatiker jeder Spezialisierung beherrschen sollten. Lektüre des Buches, insbesondere auch die Kapitel zu Such- und Sortiermethoden, sind eine gute Vorbereitung für technische Einstellungstests, wie sie von großen Technologiefirmen durchgeführt werden.