Write a program to find the equilibrium index of an array. The equilibrium index of an array is an index such that sum of elements at lower indexes is equal to sum of elements at higher indexes. Compute the total sum of the vector. This gives two sums (empty vector, and full vector) for each element in order, move one element from full to empty, which means adding. For a given arraylist (ARR) of size &x27;N,&x27; find and return the &x27;Equilibrium Index&x27; of the arraylist. Equilibrium Index of an arraylist is an index &x27;i&x27; such that the sum of elements at indices 0 to (i - 1) is equal to the sum of elements at indices (i 1) to (N-1). Find Equilibrium index in an array in C, C, Python, Java & Go 1208. singh-shreya6 opened this issue May 7, 2019 0 comments Assignees. Labels. gssoc19. Comments. Copy link Collaborator singh-shreya6 commented May 7, 2019. No description provided.