Discussion Board
Go to the previous messageGo to the following message
Current Forum: Homework 2 Forum
Date: Sat Sep 22 2001 2:05 pm
Author: Cipriani, Jason A. <jac4@andrew.cmu.edu>
Subject: Re: Number of Walls to be knocked down vs Number of Rooms

since the assignment says to remove a wall from wallList every time it is selected (whether it actually gets destroyed or not), its pretty obvious that you just remove walls like:

while (wallList.size() > 0) {
blah blah
};

-jason
Post response

Go to the previous messageGo to the following message
Current Thread Detail:
Number of Walls to be knocked down vs ...      Chow, Jicai Jonathan      Thu Sep 13 2001 11:37 pm       
Re: Number of Walls to be knocked d...      Douglas, Keith      Fri Sep 14 2001 12:25 pm       
Re: Number of Walls to be knocked d...      Agarwal, Aditya      Fri Sep 14 2001 12:43 pm       
Re: Number of Walls to be knocke...      Han, Shanshan      Sat Sep 15 2001 10:01 am       
Re: Number of Walls to be kno...      Shi, Ying      Sat Sep 15 2001 12:09 pm       
Re: Number of Walls to be ...      Agarwal, Aditya      Sat Sep 15 2001 5:28 pm       
Re: Number of Walls to be kno...      Agarwal, Aditya      Sat Sep 15 2001 5:26 pm       
Re: Number of Walls to be ...      Cipriani, Jason A.      Sat Sep 22 2001 2:05 pm       
Re: Number of Walls to ...      Agarwal, Aditya      Sat Sep 22 2001 3:20 pm       
Re: Number of Walls ...      Bortz, Andrew S.      Sat Sep 22 2001 3:28 pm       

Back to previous screen