Feb 2016Counting the Steps: What Your Loop Actually CostsBefore any algorithm makes sense you need one habit: counting how many times a line runs. Here is that habit, built from four small C++ programs and a stopwatch.Problem Solving From Zero01