Original computing articles by a systems administrator

Tag Archives: Algorithms

A Line By Line Explanation of Selection Sort from Mastering Algorithms with Perl

Introduction: O’Reilly’s Mastering Algorithms with Perl is written for programmers who are already quite familiar with Perl. I thought it might help myself and maybe others to walk through the code for selection sort that is on Page 120 because the code isn’t the clearest Perl. My analysis is not meant to explain selection sort… Continue Reading