The second sorting algorithm I decided to learn was the QuickSort. It’s a little more complicated than the StraightSort, but generally faster for larger numbers of integers.
Continue reading “Sorting Algorithms, Part Two”
Month: April 2009
Sorting Algorithms, Part One
Inspired by a question from a programming interview, I’ve taken it upon myself to learn how to implement different sorting algorithms in Python. My goal is to:
- Learn a bit more about programming algorithms, and
- Get back into Python-coding shape.
HowTo: Get Filezilla working after FTP connection drop
If you’re using Filezilla to connect to a shared hosting account that uses cPanel, and your internet connection gets dropped during a transfer, you’re going to get an error from Filezilla when you try to reconnect after getting your internet up again. Continue reading “HowTo: Get Filezilla working after FTP connection drop”