Data Structures and Algorithms Using Python and C++
Author | : David M. Reed |
Publisher | : Franklin Beedle & Associates |
Total Pages | : 0 |
Release | : 2009 |
ISBN-10 | : 1590282337 |
ISBN-13 | : 9781590282335 |
Rating | : 4/5 (37 Downloads) |
Book excerpt: This book is intended for use in a traditional college- level data structures course (commonly known as CS2). This book assumes that students have learned the basic syntax of Python and been exposed to the use of existing classes. Most traditional CS1 courses that use Python will have covered all the necessary topics, and some may have covered a few of the topics covered in this book. We have found that most students successfully completing a CS1 course know how to use classes, but many of them need more experience to learn how to design and write their own classes. We address this issue by including a number of examples of class design in the first few chapters of this book.