pearcej / cppds

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

Cross Refrence issue located in section 3.4 ccpds-v2 #450

Closed harpera3 closed 8 months ago

harpera3 commented 11 months ago

Description

There is a cross refrence issue in secition 3.4 The Stack Abstract Data Type. Error message [cross-reference to target(s) "linear-basic_tbl-stackops" missing or not unique].

Version

This issue is in ccpds-v2 the pretext version

Motivation and Context

Fixing the cross refrence issue will allow the reader to use the link that takes them to the intended table about stacks. This will also remove the error message in the reading. Error message [cross-reference to target(s) "linear-basic_tbl-stackops" missing or not unique].

Screenshots (if appropriate)

harpera3 commented 11 months ago

Working on this :)