pearcej / cppds

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

Missing parsons problem in 2.13 #497

Closed demekenega closed 8 months ago

demekenega commented 8 months ago

Description

In algorithm-analysis_glossary.ptx section 2.13 the glossary section is missing a parsons problem on the restructured version of the textbook in the glossary section have a parsons problem but on the new version of the book that is missing.

Version

cppds-v2

Motivation and Context

As a student who uses the book, I found it very useful to do the end-of-section parsons problems to test my knowledge about the chapter.

demekenega commented 8 months ago

Working on it.

demekenega commented 8 months ago

Related issue: https://github.com/pearcej/cppds/issues/498