Skip to content

Commit 3be15ca

Browse files
committed
documented done
1 parent a86c985 commit 3be15ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

maths/iterative_pair.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Count equal element pairs in the given array"""
2+
13
import doctest
24
from collections import Counter
35

0 commit comments

Comments
 (0)