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 2 in cppds-v2 #528

Closed demekenega closed 6 months ago

demekenega commented 6 months ago

Description

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

How Has This Been Tested?

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

can we get rid of the notes?

demekenega commented 6 months ago

I updated my pull request. @pearcej