Graph Algorithms the Fun Way (No Starch Press)
Wednesday, 11 December 2024

This book offers a refreshing approach to complex concepts by blending humor, imaginative examples, and practical Python implementations to reveal the power and versatility of graph based problem-solving in the real world. Through clear diagrams, engaging examples, and Python code, Jeremy Kubica builds a solid foundation for addressing graph problems in your own projects.

<ASIN:1718503865>

The book delves into topological sorting, minimum spanning trees, strongly connected components, and random walks. Readers will confront challenges like graph coloring and the traveling salesperson problem. and prepare to view the world through the lens of graphs—where connections reveal insights and algorithms unlock new possibilities.

Author: Jeremy Kubica
Publisher: No Starch Press
Date: November 2024
Pages: 416
ISBN: 978-1718503861
Print: 1718503865
Kindle: B0CZ8QW1DV
Audience: General
Level: Intermediate
Category: Data Science

graphalg

  • Implement powerful algorithms, including Dijkstra’s, A*, and Floyd-Warshall
  • Tackle puzzles and optimize pathfinding with newfound confidence
  • Uncover real-world applications in social networks  and transportation systems
  • Develop robust intuition for when and why to apply specific graph techniques

For recommendations of Big Data books see Reading Your Way Into Big Data in our Programmer's Bookshelf section.

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner


The AWK Programming Language, 2nd Ed

Author: Alfred V. Aho, Brian W. Kernighan and Peter J. Weinberger
Publisher: Addison-Wesley
Pages: 240
ISBN: 978-0138269722
Print: 0138269726
Kindle: B0CCJ1N4X3
Audience: Developers interested in Awk
Rating: 5
Reviewer: Kay Ewbank

The name Brian Kernighan among the authors of this updated classic raises  [ ... ]



Go Programming In Easy Steps

Author: Mike McGrath
Publisher: In Easy Steps
Date: January 2021
Pages: 192
ISBN: 978-1840789195
Print: 1840789190
Kindle: B08NF958NM
Audience: Non-programmers wanting to learn to code in Go
Rating: 5
Reviewer: Mike James
Getting going with Go - great idea!


More Reviews