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 #540

Closed demekenega closed 7 months ago

demekenega commented 9 months ago

Description

Abdallahi 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 but he had a merge conflict since we can't resolve it I created this PR.

Related Issue

fix #501

How Has This Been Tested?

  1. Make changes locally.
  2. Veryfiy the changes locally. image
pearcej commented 7 months ago

Please remove the changes to the .gitignore file. Otherwise, this looks good.

pearcej commented 7 months ago

It appears that there may be broken images.

demekenega commented 7 months ago

@pearcej That is because I still haven't finish fixing images for chapter 8. and I took that screenshot two months ago this is now. image