DownTR » English eBooks » Classic Computer Science Problems in Python

Classic Computer Science Problems in Python

Posted by JayJay on 21-11-2021, 20:10 @ English eBooks
Classic Computer Science Problems in Python


Programming problems that seem new or unique are usually rooted in well-known engineering principles. Classic Computer Science Problems in Python guides you through time-tested scenarios, exercises, and algorithms that will prepare you for the “new” problems you’ll face when you start your next project.

In this amazing book, you'll tackle dozens of coding challenges, ranging from simple tasks like binary search algorithms to clustering data using k-means. As you work through examples for web development, machine learning, and more, you'll remember important things you've forgotten and discover classic solutions that will save you hours of time.

What You Will Learn
• Search algorithms
• Common techniques for graphs
• Neural networks
• Genetic algorithms
• Adversarial search
• Uses type hints throughout

This Book Is Written For
For intermediate Python programmers.