Find the Maximum Achievable Number
You are given two integers, num and t.
An integer x is called achievable if it can become equal to num after applying the following operation no more than t times:
Increase or decrease x by 1, and simultaneously increase or decrease num by 1.
Retur...
perfinsights.hashnode.dev1 min read