Insertion Sort in JavaScript

added by JavaScript Kicks
5/7/2019 7:42:06 AM

658 Views

In order to know for sure that our algorithm is working correctly and not just accidentally giving us the correct output for the given input, we can establish a set of conditions that must be true at the beginning of the algorithm, the end of it, and every step in-between.


0 comments