Danny's Tech: Where West and East Intersect

Tuesday, November 28, 2006

Visualized Algorithm

"Improved Sorting Algorithm" page allows you to see visually how various sorting algorithm works. Very cool way to see how something works.

Another take is a 4004 chip sim which simulates the running of a chip on schematics. Not quite what I want: I want to visually see the main components of the computer (registers, cache, memory and core processor elements (like ALU)) and see my program run. Better yet, I want to debug my program and see where things are flowing within my computer!