Iterative from Recursive [Answered]
Can someone lend me a hand converting this to Iterative. I cant wrap my head around converting a split recursion
4 Replies
copy the whole function, with the signature
fyi, this doesn't make 4 separate arrays, it still uses the same reference
I should provide context. This is inside of a task to be multithreaded and I'm trying to avoid a task that spawns more tasks. Would that work in this scenario?
you're sayying it's anonymous? there's no recursion then
✅ This post has been marked as answered!