pearcej / cppds

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

Fix #422 by indexing breadth first search algorithm in section 9.9 #429

Closed thaopham03 closed 9 months ago

thaopham03 commented 11 months ago

Description

I have indexed the term "breadth first search algorithm" in section 9.9

Related Issue

Fix #422 Reviewed @nartehi and @AnishKharel

How Has This Been Tested?

  1. Make a change in my local branch for this issue
  2. Build the web
  3. View the web and check to see if the index is appeared correctly: image
demekenega commented 9 months ago

This fix looks good.