Muhammad Fahad Bashirmfahadbashir.hashnode.dev·Nov 27, 2024Leetcode Problem 2769: Find the Maximum Achievable Number (Easy)Question : Given two integers, num and t. A number is achievable if it can become equal to num after applying the following operation: Increase or decrease the number by 1, and simultaneously increase or decrease num by 1. Return the maximum achiev...easy_question