pearcej / cppds

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

Fix broken math problems across the book in cppds-v2 #537

Closed Hamdy092002 closed 9 months ago

Hamdy092002 commented 9 months ago

Description

I fixed all the broken math problems across the book. I did so by replacing all the math or math_block tags with m tags, so now all the math problems are showing properly.

Related Issue

fix #501

How Has This Been Tested?

  1. Make changes locally.
  2. Veryfiy the changes locally. image image