Closed antoinerg closed 5 years ago
The identifyCircle routine would sometimes get stuck when using large datasets made of thousands of links. By using Johnson's algorithm to find elementary circuits in a directed graph we can improve on this.
identifyCircle
Thank you - I'll update later on
Merged - I'll update npm package shortly
updated npm package to 0.30.0
The
identifyCircle
routine would sometimes get stuck when using large datasets made of thousands of links. By using Johnson's algorithm to find elementary circuits in a directed graph we can improve on this.