Skip to content

Commit

Permalink
Update fair-candy-swap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 authored Aug 19, 2018
1 parent 2bed54b commit a95bf4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Python/fair-candy-swap.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ def fairCandySwap(self, A, B):
for b in set(B):
if diff+b in setA:
return [diff+b, b]
return []

0 comments on commit a95bf4b

Please sign in to comment.