We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86c985 commit 3be15caCopy full SHA for 3be15ca
maths/iterative_pair.py
@@ -1,3 +1,5 @@
1
+"""Count equal element pairs in the given array"""
2
+
3
import doctest
4
from collections import Counter
5
0 commit comments