Skip to content

Commit

Permalink
Solves issue noisefilter19#1080. Python solution to the problem 1447 …
Browse files Browse the repository at this point in the history
…Simplified Fractions.
  • Loading branch information
tejasvicsr1 committed Oct 18, 2021
1 parent 645618d commit 490610b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/Simplified_Fractions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://leetcode.com/problems/simplified-fractions/submissions/
# Link: https://leetcode.com/problems/simplified-fractions/submissions/

class Solution:
def simplifiedFractions(self, n: int):
Expand Down

0 comments on commit 490610b

Please sign in to comment.