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 3 in cppds-v2 #529

Closed demekenega closed 6 months ago

demekenega commented 6 months ago

Description

(Update) I fixed all the broken self-check questions across chapter 3. 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 #522

How Has This Been Tested?

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

I updated my pull request. @pearcej

demekenega commented 6 months ago

I resolve the merge conflict.