CC#•Created by Krimo on 6/6/2023 in #help ❔ Stack Overflow
I get a stackoverflow when reading list with more elements than 10K. I need to do this with quicksort algortihm and keep in a recursive form. I found a solution that uses an iterative form but that's not what I need.