We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53d5e9 commit a56862fCopy full SHA for a56862f
data_structures/arrays/equilibrium_index_in_array.py
@@ -3,7 +3,7 @@
3
Reference: https://www.geeksforgeeks.org/equilibrium-index-of-an-array/
4
5
Python doctest can be run with the following command:
6
-python -m doctest -v equilibrium_index.py
+python -m doctest -v equilibrium_index_in_array.py
7
8
Given a sequence arr[] of size n, this function returns
9
an equilibrium index (if any) or -1 if no equilibrium index exists.
0 commit comments