falconre / falcon

Binary Analysis Framework in Rust
Apache License 2.0
551 stars 45 forks source link

Graph: Add function to compute Topological Ordering of the Graph #63

Closed emmanuel099 closed 4 years ago

emmanuel099 commented 4 years ago

This only works for acyclic graphs, therefore the function returns an error if a loop has been detected.