Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Douglas Baldwin, «Algorithms and Data Structures: The Science of Computing»

Posted By: Spymaker
Douglas Baldwin, «Algorithms and Data Structures: The Science of Computing»

Douglas Baldwin, «Algorithms and Data Structures: The Science of Computing»
Publisher: Charles River Media | 2004 | ISBN: 1584502509 | 640 | Format: CHM | Size: 10 MB


While many computer science textbooks are confined to teaching programming code and languages, Algorithms and Data Structures: The Science of Computing takes a step back to introduce and explore algorithms – the content of the code. Focusing on three core topics: design (the architecture of algorithms), theory (mathematical modeling and analysis), and the scientific method (experimental confirmation of theoretical results), the book helps students see that computer science is about problem solving, not simply the memorization and recitation of languages. Unlike many other texts, the methods of inquiry are explained in an integrated manner so students can see explicitly how they interact. Recursion and object oriented programming are emphasized as the main control structure and abstraction mechanism, respectively, in algorithm design.

Features:

Reflects the principle that computer science is not solely about learning how to speak in a programming languages
Covers recursion, binary trees, stacks, queues, hash tables, and object-oriented algorithms
Written especially for CS2 students