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 2427. Number of Common Factors in C #1774

Open threeal opened 3 weeks ago

threeal commented 3 weeks ago

This pull request resolves #1773 by solving the problem 2427. Number of Common Factors in C. It does so by implementing the same solution as the C++ solution to the problem implemented in #1720.