easy-graph / Easy-Graph

EasyGraph is an open-source network analysis library designed to cover advanced network processing methods. It includes functionalities for detecting structural hole spanners, network embedding, and various classic network analysis techniques.
https://easy-graph.github.io/
BSD 3-Clause "New" or "Revised" License
400 stars 39 forks source link

Add the time complexities #101

Closed skyerguo closed 1 year ago

skyerguo commented 2 years ago

Issue

I am wondering if you can add the calculation complexity (something like O(N^2)) in the documentation. It would provide programmers with more information about how to pick an appropriate function.

mgao97 commented 1 year ago

Got it! We will add it soon!

tddschn commented 1 year ago

@skyerguo @mgao97
I'm working on this task - a few quick questions

tddschn commented 1 year ago

See https://github.com/tddschn/easygraph-function-time-complexities .

More are coming!