Live data from Hacker News

What tools do you use to visualize algorithms?

news.ycombinator.com

1–3 of 3 posts

Re: What tools do you use to visualize algorithms?

#3
Depends. Algorithms typically do one of two things:

1. impose system changes

2. produce or modify a data structure

The first is more challenging. The best bet is a good test environment. The second is simple: just output the data. I prefer to send it to html and display it as a table or tree formatted by css.