pearcej / cppds

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

Long parsons problem in cppds #498

Open demekenega opened 8 months ago

demekenega commented 8 months ago

Description

In AlgorithmAnalysis/Glossary.rst 2.13. The glossary parsons problem is very long and it should be divided into two parts because users will not be able to do the last half of the problem due to the size.

Version

cppds

Motivation and Context

As a person who uses the book in class, my classmates and I struggle to finish that parsons problem because it is very long and our computer screen is small compared to the problem size.

Screenshots (if appropriate)

image

demekenega commented 8 months ago

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

Betito45 commented 4 weeks ago

Working on it