laxweasel
06-05-03, 08:09 PM
OK...A friend of mine REALLY needs help on this so it would be much appreciated any ideas. The idea is a rcursive checking algorithm for a set of blocks that when one "falls" it recursively (spelling?) checks all the blocks around it to see if they fell. I am thinking it may be somewhat derived from a tree traversal algorithm but I am not sure. Please help!
*edit* The blocks are set up stacked = <--like that in rows and colums like a matrix. There is no "gravity" just a relationship between the blocks so each block needs to be checked. So now it appears it is more like a list traversal. Still help please!
*edit* The blocks are set up stacked = <--like that in rows and colums like a matrix. There is no "gravity" just a relationship between the blocks so each block needs to be checked. So now it appears it is more like a list traversal. Still help please!