Pelican is my friend now

Posted on Fri 07 April 2023 in Computing

After trying to cut costs, I have decided to move on to a static site generator for my blog.


Continue reading

Removing an element from a Binary Search Tree in Python

Posted on Mon 24 October 2022 in Computing

I’ve been taking Codecademy lessons recently and one of the bonus exercises was to figure out how to delete an element from a binary search tree. I figured I’d give it a shot.


Continue reading