Skip to content

Commit

Permalink
Added CommonDenominator problem
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeepLakka committed Sep 23, 2023
1 parent 50e2549 commit 27384d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import static org.junit.jupiter.api.Assertions.assertEquals;

/*
Common Denominators
Common Denominators
You will have a list of rationals in the form [ [numer_1, denom_1] , ... [numer_n, denom_n] ]
Expand Down

0 comments on commit 27384d8

Please sign in to comment.