July 2010
2 posts
Topological sort of a DOT Graph
Today I needed to get a sequential execution order for a system that I already had a DOT dependency graph of, which I knew contained no cycles.
Currently I don’t officially have access to.. well, anything resembling a development environment at all really, so I was faced with the prospect of doing this in vba. As my masochism is underdeveloped I haven’t actually tried this yet, but...
The idea that I can be presented with a problem, set out to logically solve it...
– John Carmack