pearcej / cppds

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

5.3 add recursive call to index #457

Closed IsaacSGray closed 10 months ago

IsaacSGray commented 10 months ago

Fixed embedded idx tags and properly indexed recursive calls

Added idx tags around recursive call within the paragraph it was properly described.

Related Issue

Related to issue #357

Link to the issue:https://github.com/pearcej/cppds/issues/370

How Has This Been Tested?

Successful compile, and proper index viewed

IsaacSGray commented 10 months ago

Note: The 19 file changes appear to be logs, and changes from others as a result of utilizing git revert. For someone reason considered MY changes? It creates no merge conflicts so the changes I am "merging" in this request already exist since I pulled this.