pearcej / cppds

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

Indexed term in section 9.4 of cppds_v2 #462

Closed nartehi closed 8 months ago

nartehi commented 10 months ago

Description

The term in section 9.4 of cppds_v2 has been correctly indexed Changes were made in the AnAdjacencyMatrix.ptx

Related Issue

fix #461

How Has This Been Tested?

To test new changes made:

  1. Checkout to issue461
  2. Run "pretext build web" followed by "pretext view web"
  3. Navigate to the textbook and see if changes is in effect

image

demekenega commented 8 months ago

This fix looks good.