13
votes
What is the most efficient graph data structure in Python?
I would strongly advocate you look at NetworkX. It's a battle-tested war horse and the first tool most 'research' types reach for when th …
