pearcej / cppds

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

Indexed terms in section 9.3 of cppds v_2 #453

Closed nartehi closed 8 months ago

nartehi commented 10 months ago

Description

In section 9.3 of cppds_v2, the terms have not been indexed. Fixed the indexes of terms in TheGraphAbstractDataType.ptx

Related Issue

fix #445

How Has This Been Tested?

To see new changes;

  1. checkout out to issue445
  2. run "pretext build web" followed by "pretext view web"
  3. View changes in the book by navigating to the course page.

image

demekenega commented 8 months ago

This fix looks good.