We tested the solutions that passed the Logic Testing with a very large set of data. Fabien, a very active supporter of TSQL Challenges has came up with a script that generates 1 million rows.
A few solutions that passed the Logic Testing failed in the Load Testing because those solutions used a recursive CTE and did not handle the MAXRECURSION level.