pearcej / cppds

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

fix #430 by indexing depth first search and DFS in section 9.13 #437

Closed thaopham03 closed 8 months ago

thaopham03 commented 11 months ago

Description

I have indexed "depth first search" and DFS in section 9.13

Related Issue

Fix #430 Reviewed by @nartehi and @AnishKharel

How Has This Been Tested?

  1. Index the term in my local branch
  2. Build the web
  3. View the change and check if the index appears correctly: image image
demekenega commented 9 months ago

This fix looks good.