Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (7.3k points)

I'm writing a python application that will make heavy use of a graph data structure. Nothing horribly complex, but I'm thinking of some sort of graph/graph-algorithms library would help me out. I've googled around, but I don't find anything that particularly leaps out at me.

Does anyone have any good recommendations?

1 Answer

0 votes
by (106k points)

There are many choices for your application which are as follows:

NetworkX:-

NetworkX can be used for making your application in a Python package for the creation, manipulation, and the study of the structure, dynamics, and functions of complex networks.

Igraph:-

Igraph is a collection of network analysis tools with the emphasis on efficiency, portability and ease of use. igraph is open source and free. igraph can be programmed in R, Python, Mathematica and C/C++

Related questions

0 votes
1 answer
+2 votes
3 answers
0 votes
1 answer
asked Jul 24, 2019 in BI by Vaibhav Ameta (17.6k points)

Browse Categories

...