views:

441

answers:

1

This is a school-related question, although not exactly homework.

I'm taking an algorithms course, currently working on Chapter 15 of Cormen's Introduction to Algorithms book. I've been successful at finding plenty of online examples of most of the algorithms in the book, and I can usually find some type of Java applet or other program that provides a good visualization of how the algorithms work.

An exception to that is the Assembly-Line Scheduling in Chapter 15 (Dynamic Programming).

Does anybody know of any online resources that provide further examples or visualizations of the Assembly-Line Scheduling algorithm?

+1  A: 

I think you'll have better luck if you search for examples/visualizations of the technique rather than the specific problem... i.e. search for Dynamic Programming.

There may be some decent tutorials on TopCoder "dynamic programming site:topcoder.com".

ceretullis