Attempting to try to use dot net to solve a math puzzle where
list = "123456789"
row0.length = 2
row1.length = 3
row2.length = 4
none of the integers from the given list can touch each other in a horizontal, vertical, or diagonal manner that makes i +- 1 = true
want to use a random integer in an array so that during that loop the
list.replace("i","")
see image for further illustration
brain teaser?![]()




Reply With Quote
