Classic computer science problems in Python /
Classic Computer Science Problems in Python sharpens your CS problem-solving skills with time-tested scenarios, exercises, and algorithms, using Python. You'll tackle dozens of coding challenges, ranging from simple tasks like binary search algorithms to clustering data using k-means. You'...
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Shelter Island, NY :
Manning Publications,
[2019]
|
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- Introduction. Why Python?
- What is a classic computer science problem?
- What kinds of problems are in this book?
- Who is this book for?
- Python versioning, source code repository, and type hints
- No graphics, no UI code, just the standard library
- Small problems
- Search problems
- Constraint-satisfaction problems
- Graph problems
- Genetic algorithms
- K-means clustering
- Fairly simple neural networks
- Adversarial search
- Miscellaneous problems.