Amazon interview question

Describe how you would design an algorithm to implement the behavior of make (i.e., the algorithm should parse a makefile and build the program).

Interview Answer

Anonymous

30 Mar 2011

Construct a tree.

1