pearcej / cppds

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

Add definitions for Infix, Prefix, and Postfix and index them #451

Closed demekenega closed 8 months ago

demekenega commented 10 months ago

Description

I added definitions for Infix, Prefix, and Postfix and also indexed them before that they weren't defined and also indexed now they are indexed also defined in the new textbook.

Related Issue

fix #440 Reviewed by: @njounkengdaizem

How Has This Been Tested?

  1. Run it locally.
  2. See changes.
  3. Take a screenshot. image image

image

demekenega commented 8 months ago

I am rereviewing my pull request. It looks good.

pearcej commented 8 months ago

Please fix capitalization issues:

demekenega commented 8 months ago

Corrections have been made successfully. @pearcej