Load Balancer

Given an array containing only positive integers, return if you can pick two integers from the array which cuts the array into three pieces such that the sum of elements in all pieces is equal.


This is a companion discussion topic for the original entry at https://algo.monster/problems/load_balancer/