Tagged Questions

6
votes
3answers
775 views

Algorithm visualization for C#

Is there any software that visualizes algorithms from code? As a flow chart of something similar. Not dependencies, inheritance and that kind of thing, but the code inside a function, or a series of ...