(originally posted on 2024-07-26) - Grouping visit **rstr.d17e.dev**
Next up, we're grouping neighboring cells one by one. Each iteration each group can only grow once. I took a bit of a different approach for finding candidate neighbors than the original implementation, so at first I these groups were wildly growing within one iteration. But for this first version I wanted to respect the initial algorithm as much as possible, so I had to
Next up, we're grouping neighboring cells one by one. Each iteration each group can only grow once. I took a bit of a different approach for finding candidate neighbors than the original implementation, so at first I these groups were wildly growing within one iteration. But for this first version I wanted to respect the initial algorithm as much as possible, so I had to
