↧
Answer by Thilo for An algorithm for grouping by trying without feedback
Let's try the following: Suppose we have an m times n grid grid with p different colors. First we work row by row with the following algorithm: Column reduction Drag the piece at (1,1) to (1,2), then...
View ArticleAn algorithm for grouping by trying without feedback
Tagged this as Python because is the most pseudo-y-code language in my opinion I'll explain graphically and the answer can be graphical/theorical too (maybe its the wrong site to post this?) Let's say...
View Article