I am trying to write an algorithm that locates the possible solutions for choosing 10 values from a 10x10 grid. No two values can share the same row or column. There are 10! combinations (just over 3,600,000).I am trying to write an algorithm that locates