pearcej / cppds

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

Fixed the cross reference error for issue #568 #571

Open jjjonesj opened 1 month ago

jjjonesj commented 1 month ago

Fixed the cross-reference error for issue 9.4

Description

I changed the reference ID to the correct one so that the graph from 9.2 shows up.

Related Issue

https://github.com/pearcej/cppds/issues/568

How Has This Been Tested?

I built and tested it in my local host browser. @moisedk helped me and reviewed it.