Jake VanderPlas 10/15/2012

Sparse Graphs in Python: Playing with Word Ladders

Read Original

This technical article introduces the sparse graph submodule added in SciPy 0.11, detailing its algorithms like shortest path and minimum spanning tree. It explains the concept of sparse graphs and demonstrates their application by solving a classic word ladder puzzle using Python code, connecting computational graph theory to a practical example.

Sparse Graphs in Python: Playing with Word Ladders

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week