10-03-2006 03:18 AM
10-03-2006 06:24 AM
Why are 6 and 9 paired off?
David
10-03-2006 06:37 AM
Sorry, forget to mention that
this pair seems like the C grammar
{ // 1
{ // 2
.......
} // 3
} // 4
so 1 must pair 4, and 2 pair 3
10-03-2006 06:51 AM - edited 10-03-2006 06:51 AM
A few more bits of info would be helpful.
Is your boolean array always the same size? Maybe, array size is odd, even or both.
How many F->T indent nest levels can there be?
David
Message Edited by David Crawford on 10-03-2006 12:52 PM
Message Edited by David Crawford on 10-03-2006 12:55 PM
10-03-2006 07:01 AM
array size can be odd, even or both
the max nest level is 3