pearcej / cppds

Problem Solving with Algorithms and Data Structures using C++
Other
12 stars 77 forks source link

Indexed queue ADT in cppds-v2 #419

Closed demekenega closed 1 year ago

demekenega commented 1 year ago

Indexed queue abstract data type in cppds-v2

Description

The term Queue abstract data type was not indexed in the new textbook (cppds-v2) now it it is well indexed.

Related Issue

fix #406 Reviewed by: @njounkengdaizem

How Has This Been Tested?

  1. Save the changes.
  2. Build and run locally.
  3. Take a screenshot of the changes. image