Closed jcksnvllxr80 closed 2 years ago
correct legacy variable name x to be index so reader isnt wasting time scratching their head and can focus more on understanding the insertion sort algorithm.
x
index
second commit changes index to currentIndex.
currentIndex
correct legacy variable name
x
to beindex
so reader isnt wasting time scratching their head and can focus more on understanding the insertion sort algorithm.