threeal / leetspace

A dedicated workspace and archive for my LeetCode submissions
https://leetcode.com/threeal
MIT License
1 stars 1 forks source link

Solve Problem 592. Fraction Addition and Subtraction #1761

Closed threeal closed 2 months ago

threeal commented 2 months ago

This issue proposes a solution for the problem 592. Fraction Addition and Subtraction. To achieve this, we can parse the numerators and denominators from the given string and then perform the calculations accordingly.