Sunday, October 5, 2008

Problem Set 3: Boolean retrieval

Got comments, questions, gripes, issues, etc. on Problem Set 3: Boolean retrieval in my cloud computing course? Post here!

2 comments:

Unknown said...

Was an interesting problem set. Faced some issues as I used 2 stacks one for storing the intermediate results and another for storing the words. Dont know if it was the right approach. If anyone used just one stack please comment.

Manan said...

I have used single dimensional arrays to store post fix expressions which were directly interpreted in a while loop. I used array variables to store the intermediate results

Contributors