We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760a779 commit d1f1f7bCopy full SHA for d1f1f7b
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