pearcej / cppds

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

Fix #425 remove term tags from balanced parentheses #441

Closed daizenj closed 8 months ago

daizenj commented 11 months ago

Added modifications to the word balanced parentheses

Description

Removed term tags from balanced parentheses and added quotation marks around it.

Related Issue

fix #425

How Has This Been Tested?

This has been tested on a local build of the book

balanced parentheses
demekenega commented 9 months ago

This fix looks good.