Pragmatic Bookshelf

出版社信息:

类型:

成立时间:

出版社特色:

出版社简介:

暂无相关内容,正在全力查找中


A Common-Sense Guide to Data Structures and Algorithms in Python, Volume 2书籍相关信息

A Common-Sense Guide to Data Structures and Algorithms in Python, Volume 2精美图片
  • ISBN:9798888651322
  • 作者:Jay Wengrow
  • 出版社:Pragmatic Bookshelf
  • 出版时间:2025-10
  • 页数:暂无页数
  • 价格:暂无价格
  • 纸张:暂无纸张
  • 装帧:暂无装帧
  • 开本:暂无开本
  • 语言:暂无语言
  • 适合人群:Computer science students, Software developers, Data scientists, IT professionals, and anyone interested in improving their programming skills and understanding of data structures and algorithms.
  • TAG:Algorithms / Software Engineering / Python Programming / Computer Science Education / Data Structures
  • 豆瓣评分:暂无豆瓣评分
  • 更新时间:2025-05-16 23:40:07

内容简介:

Want to write code that pushes the boundaries of speed, space savings, and scalability? Then you need more advanced data structures and algorithms. Go beyond Big O notation and evaluate the true efficiency of each algorithm you design. Pull out data structures such as B-trees, bit vectors, and Bloom filters to wrangle big data. Wield techniques like caching, randomization, and fingerprinting to tame even the most demanding applications. With simple language, clear diagrams, and practice exercises and solutions, this book makes these topics easy to grasp. Go beyond the basics and use these next-level concepts to build software that’s ready to take on the challenges of the real world. The applications you write get more complex by the day. To keep up, you need to ensure your knowledge and techniques grow, too. A mastery of data structures and algorithms lets you write software more quickly; software that works, performs, and scales. Volume 2 of the series takes your knowledge of data structures and algorithms to the next level. With this practical and easy-to-understand guide, you’ll create software that can tackle today’s challenging problems head on. This Python edition uses Python exclusively for all code examples, exercises, and solutions. Benchmark your Python code to learn its true speed. Design fast and elegant solutions by connecting different data structures together. Use Monte Carlo algorithms to push the limits of your application’s speed and memory savings in surprising ways. Wrangle big data with B-trees and other specialized algorithms. Design efficient algorithms by cleverly sprinkling in a bit of randomization. Cram tons of data into tiny bit vectors and Bloom filters. And leverage caching to make your software blazingly fast. Learn these sophisticated techniques and create great software that meets today’s challenges.