Contribute to Satyainumarti2008/LeetCode-Solutions development by creating an account on GitHub.
You are given an integer array nums. In one operation, you can add or subtract 1 from any element of nums. Return the minimum number of operations to make all elements of nums divisible by 3. Example ...