Current Forum: Homework 2 Forum |
Date: Sun Sep 23 2001 6:28 pm |
Author: Lee, Charles C. <chucklee@cmu.edu> |
Subject: Re: Speed |
|
|
Yea, I was wondering about the same thing. Could it be that we were using a sequence of nested loops to create the rooms and the walls? The fact that the big-O for each nested loop is O(n^2) could be one possible reason. But I am not really sure. |
|