strathausen / dracula

JavaScript layout and representation of connected graphs.
https://www.graphdracula.net
MIT License
834 stars 132 forks source link

Algorithms export? #36

Closed pazqo closed 6 years ago

pazqo commented 7 years ago

Hi there!

I was wondering why there is no export for Algorithms. I wanted to pass an ordering to the layout, but I noticed that 'graphdracula' modulo exports do not include any of the algorithms, so I need to compute it by hand, while there's a topologicalSort available.

Is this intentional?

strathausen commented 6 years ago

Thanks for reporting! You should now see OrderedTree, Spring and TournamentTree exported.