pearcej / cppds

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

Fix broken self-check questions across Chapter 8 in cppds-v2 #533

Closed demekenega closed 6 months ago

demekenega commented 6 months ago

Description

I fixed all the broken self-check questions across chapter 8. As in the issue described, all of the questions became broken because they were in the Note tag, but what I did is I remove the Note tag. Instead, I put them in the tag so they will no longer break, and also, they will no longer be in the checkpoint section.

Related Issue

fix #526

How Has This Been Tested?

  1. Make changes locally.
  2. Veryfiy the changes locally. image image image
demekenega commented 6 months ago

I resolve the merge conflict.