Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 136 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 136 Bytes

Competitive-coding

Solutions to coding problems

Nice properties:

  1. gcd(P·N, P·M) = P·gcd(N, M)
  2. lcm(P·N, P·M) = P·lcm(N, M)