Author |
Topic: Two problems (Read 305 times) |
|
alexeigor
Newbie
Posts: 45
|
|
Two problems
« on: Mar 8th, 2008, 1:57pm » |
Quote Modify
|
1. Given a makefile, design the data structure that a parser would create and then write code that iterates over that data structure executing commands if needed. 2. Given the constraints that you cannot modify the struct (or class) of the elements, and that you have to remove the loop in the cyclic linked list in O(n) time and O(1) space, how would you do it?
|
|
IP Logged |
|
|
|
|