Learn Why to Code

A brief introduction to practical programming

Handle Datafiles Faster

The problem: Arrays are cumbersome when trying to get the actual column of a given line.
The solution: Use the FasterCSV library and Hash objects to simplify reading the datafile.

This is just a skeleton of the actual lesson. Content is added as it is edited and polished.

Comments