ORDERS

Readings Orders 0

DEMANDS

Readings Demands 0

Graph algorithms the Fun Way
[Paperback - 2024]
On Demand Pre-Order
Available Around 19-Nov-2024
List Price: $54.99
Our Price: Rs.12195 Rs.10366
Standard Discount: 15%
You Save: Rs.1829
Category: Computer
Sub-category: Programming
Additional Category: Networking
Publisher: No Starch Press | ISBN: 9781718503861 | Pages: 264
Shipping Weight: .369 | Dimensions: 7 x x 9.25 inches

Enter the wonderful world of graph algorithms, where you’ll learn when and how to apply these highly useful data structures to solve a wide range of fascinating (and fantastical) computational problems.

This book provides a fun and accessible introduction to graph algorithms, commonly used to solve a wide range of computational and mathematical problems. Full of humorous analogies, detailed diagrams, and real-world examples using the Python programming language, Graph Algorithms the Fun Way will show you how graph data structures can model a vast variety of phenomena — from physical mazes to communication networks — while helping you develop a strong foundation for how they work, when to use them, and how to create variants.

It starts with the structure of graphs, demonstrating the ways they can represent connections between nodes, such as the best route through a city or how rumors spread in a social network. Each subsequent chapter introduces new graph algorithms along with their underlying concepts and applications — from basic searches to more advanced methods of exploring graphs. You’ll have a blast solving brain-teasers including the 15-square puzzle, matching adopted pets with homes, calculating the maximum flow of a sewage network, traversing magical labyrinths, sorting recipe steps to craft the perfect cookies, and more. You’ll also learn how to:

  • Work with weighted and directed graphs
  • Use heuristics to prioritize which paths in a graph to explore
  • Determine which components of a graph are key for its structural integrity
  • Generate random mazes

Guided by the bestselling author of Data Structures the Fun Way, this equally fun follow-up will help you build a strong understanding of a crucial coding topic and apply graph algorithms to your own projects.

Jeremy Kubica is an engineer director specializing in artificial intelligence and machine learning. He received a Ph.D. in Robotics from Carnegie Mellon University and a BS in Computer Science from Cornell University. He spent his graduate school years creating algorithms to detect killer asteroids (actually stopping them was, of course, left as “future work”). He is the author of multiple books designed to introduce people to computer science, including Computational Fairy Tales and The CS Detective, as well as the Computational Fairy Tales Blog.

Also by the Same Author

View All