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 1 in cppds-v2 #536

Closed demekenega closed 6 months ago

demekenega commented 6 months ago

Description

I fixed all the broken self-check questions across chapter 1. 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 #535

How Has This Been Tested?

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

I resolved the merge conflict on this branch. @pearcej