Skip to content Skip to sidebar Skip to footer
Showing posts with the label Tail Recursion

Python Quicksort - List Comprehension Vs Recursion (partition Routine)

I watched the talk Three Beautiful Quicksorts and was messing around with quicksort. My implementat… Read more Python Quicksort - List Comprehension Vs Recursion (partition Routine)

Explain To Me What The Big Deal With Tail Call Optimization Is And Why Python Needs It

So apparently, there's been a big brouhaha over whether or not Python needs tail call optimizat… Read more Explain To Me What The Big Deal With Tail Call Optimization Is And Why Python Needs It