pearcej / cppds

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

Add parsons problem in 2.13 #499

Closed demekenega closed 8 months ago

demekenega commented 8 months ago

Description

I added a parsons problem in 2.13 on the old book. There was a Pearson's problem on the glossary page for chapter two, but that is missing in the new version of the book and needs to be added. Because of that, I said those problems also; in the previous book, the parsons problem for that section was very long I even created an issue for it but now for the book I divide the parsons problem into three parts which makes it easy for users to answer each question.

Related Issue

fix #497

How Has This Been Tested?

  1. make change locally.
  2. see the changes locally. image