pearcej / cppds

Problem Solving with Algorithms and Data Structures using C++
Other
12 stars 77 forks source link

Fix #410 by indexing the term knight's tour #418

Closed thaopham03 closed 1 year ago

thaopham03 commented 1 year ago

Description

I indexed the term "knight's tour" in sec 9.11

Related Issue

Fix #410 Reviewed by @nartehi

How Has This Been Tested?

  1. Make change in my local branch (adding index to the ptx file)
  2. Build the change locally
  3. View the change and check if the index appears.