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

Mar 30, 2011

Construct a tree.

1