Kent D. Lee, Steve Hubbard

#Data_Structures
#Algorithms
#Python
#website
This textbook explains the concepts and techniques required to write programs that can handle large amounts of data efficiently. Project-oriented and classroom-tested, the book presents a number of important algorithms―supported by motivating examples―that bring meaning to the problems faced by computer programmers. The idea of computational complexity is introduced, demonstrating what can and cannot be computed efficiently at scale, helping programmers make informed judgements about the algorithms they use. The easy-to-read text assumes some basic experience in computer programming and familiarity in an object-oriented language, but not necessarily with Python.
Topics and features:
Students of computer science will find this clear and concise textbook invaluable for undergraduate courses on data structures and algorithms, at both introductory and advanced levels. The book is also suitable as a refresher guide for computer programmers starting new jobs working with Python.
Table of Contents
1. Python Programming 101
2. Computational Complexity
3. Recursion
4. Sequences
5. Sets and Maps
6. Trees
7. Graphs
8. Membership Structures
9. Heaps
10. Balanced Binary Search Trees
11. B-Trees
12. Heuristic Search
13. Parallel Applications
14. Distributed Multiprocessing
15. Appendix A: Integer Operators
16. Appendix B: Float Operators
17. Appendix C: String Operators and Methods
18. Appendix D: List Operators and Methods
19. Appendix E: Dictionary Operators and Methods
20. Appendix F:Turtle Methods
21. Appendix G: TurtleScreen Methods
22. Appendix H: Complete Programs
Dr. Kent D. Lee is a Professor Emeritus of Computer Science at Luther College, Decorah, Iowa, USA. He is the author of the successful Springer books, Python Programming Fundamentals, and Foundations of Programming Languages.
Dr. Steve Hubbard is a Professor Emeritus of Mathematics and Computer Science at Luther College.









