Archive for April, 2009

Sorting Algorithms, Part Two 0

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.

Sorting Algorithms, Part One 0

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 0

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.