pearcej / cppds

Problem Solving with Algorithms and Data Structures using C++
Other
11 stars 76 forks source link

Index added for 'The Insertion Sort' in TheInsertionSort.ptx in cppds-v2 #439

Closed iamirrf closed 8 months ago

iamirrf commented 11 months ago

Description

Added proper indexing for the Insertion Sort Reviewed by @michelmonc

Related Issue

Fix Issue #400

How Has This Been Tested?

1 - The index tag has been added to the related file 2 - The website has been built locally 3 - The functionality of the change has been tested image

demekenega commented 9 months ago

This fix looks good.