Skip to content

A naive algorithm library about graph written by Python using DataFrame to solve some graph algorithm questions

License

Notifications You must be signed in to change notification settings

Pantynopants/pyGraph

Repository files navigation

pyGraph py图 ;)

A naive algorithm library about graph written by Python using DataFrame to solve some algorithm questions

Also a superset of college's experiment

If u do not wanna use networkx, just try it ;)

install

$ pip install -r requirements.txt

Doc

http://pygraph-.readthedocs.io/en/latest

ref

Python_Data_Structures

Python Algorithms: Mastering Basic Algorithms in the Python Language (thanks @hujiaweibujidao

data format

  • csv
    • you need identity the column of start point and end point, such as "id,start,end,weight" as the first row in your graph file. See data/ for more examples.
  • JOSN

...

dataset

HUAWEI CODE CRAFT

HUAWEI third party dataset

DH11

Rdatasets

youtubedata

map

pic

About

A naive algorithm library about graph written by Python using DataFrame to solve some graph algorithm questions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages