Current Forum: Homework 2 Forum |
Date: Fri Sep 21 2001 9:04 pm |
Author: Shi, Ying <shy@cmu.edu> |
Subject: Re: Exception for Rows=1 or Columns=1 |
|
|
even though 1 by 1 (or 1 by n) maze is not such a popular case, a correct program should be able to handle that case.
given you code worked all fine with any other dimension values, I suggest you walk through your code manually (since this is only one case) with this particular dimension value and find out where you have not be very careful enough to take that into acount initially
hope this helps |
|