Saturday, March 1, 2025

Searching through searches

Working on some homework to modify bubble sort and insertion sort functions.  Was able to get them mostly done.  Still trying to figure out how to sort case insensitive lists to finish up.  

Overcomplicating Recursion

As I study recursion and begin applying it in my homework, I notice some similarities, or at least tenuous connections between recursion ste...