Math related problems on LeetCode – Algorithms and Leetcode – Medium
- Greatest Common Dividor (GCD)
- Prim Numbers
- Ugly Number
- The Smallest Larger Number
1. Greatest common divisor (GCD)
GCD (Greatest Common Divisor) or HCF (Highest Common Factor) of two numbers is the largest number that divides both of them.
Read full article from Math related problems on LeetCode – Algorithms and Leetcode – Medium
No comments:
Post a Comment