Jay Wengrow
人物简介:
Jay Wengrow, an experienced educator and software engineer, is the founder of Actualize, an award-winning US coding bootcamp. He is passionate about simplifying the complex, and making software development more accessible by breaking the complex down into its simpler, easier parts.
A Common-Sense Guide to Data Structures and Algorithms in Python, Volume 1书籍相关信息
- ISBN:9798888650356
- 作者:Jay Wengrow
- 出版社:Pragmatic Bookshelf
- 出版时间:2024-1-9
- 页数:475
- 价格:暂无价格
- 纸张:暂无纸张
- 装帧:暂无装帧
- 开本:暂无开本
- 语言:暂无语言
- 适合人群:programmers, software engineers, computer science students, IT professionals, self-learners, and anyone interested in enhancing their understanding of data structures and algorithms using Python
- TAG:Software Development / Computer Science / Algorithms / educational / Technical Books / Python Programming / Data Structures
- 豆瓣评分:暂无豆瓣评分
- 更新时间:2025-05-16 23:40:15
内容简介:
If you thought data structures and algorithms were all just theory, you're missing out on what they can do for your Python code. Learn to use Big O notation to make your code run faster by orders of magnitude. Choose from data structures such as hash tables, trees, and graphs to increase your code's efficiency exponentially. With simple language and clear diagrams, this book makes this complex topic accessible, no matter your background. Every chapter features practice exercises to give you the hands-on information you need to master data structures and algorithms for your day-to-day work.
Algorithms and data structures are much more than abstract concepts. Mastering them enables you to write code that runs faster and more efficiently, which is particularly important for today's web and mobile apps. Take a practical approach to data structures and algorithms, with techniques and real-world scenarios that you can use in your daily production code. The Python edition uses Python exclusively for all code examples, exercise, and solutions.
Use Big O notation to measure and articulate the efficiency of your code, and modify your algorithm to make it faster. Find out how your choice of arrays, linked lists, and hash tables can dramatically affect the code you write. Use recursion to solve tricky problems and create algorithms that run exponentially faster than the alternatives. Dig into advanced data structures such as binary trees and graphs to help scale specialized applications such as social networks and mapping software. You'll even encounter a single keyword that can give your code a turbo boost. Practice your new skills with exercises in every chapter, along with detailed solutions.
Use these techniques today to make your Python code faster and more scalable.