pearcej / cppds

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

Index added for 'The Quick Sort' in TheQuickSort.ptx #452

Closed iamirrf closed 8 months ago

iamirrf commented 10 months ago

Description

Added proper indexing for the Quick Sort Reviewed by @michelmonc

Related Issue

Fix Issue #447

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

Screenshot 2023-10-05 at 9 49 16 AM
demekenega commented 8 months ago

This fix looks good. fix #447