Skip to content

Commit 3db085e

Browse files
authored
Update count-almost-equal-pairs-ii.py
1 parent e2b4f97 commit 3db085e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/count-almost-equal-pairs-ii.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def countPairs(self, nums):
4747
import collections
4848

4949

50-
# freq table, combinatorics
50+
# freq table, combinatorics, bfs
5151
class Solution2(object):
5252
def countPairs(self, nums):
5353
"""

0 commit comments

Comments
 (0)