pearcej / cppds

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

5.4 add base case to index #458

Closed IsaacSGray closed 10 months ago

IsaacSGray commented 10 months ago

Fixed improper use index tag

Description

Placed index tag outside of term tags and applied proper workflow

Related Issue

In reference to issue #359

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

How Has This Been Tested?

Successfully compiled, index was formatted properly

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.