Number Transformation Path
CodingPhoneSoftware EngineerReported Jun, 2026
Company question banks are included with the Insider plan.
You are given three helper operations on positive integers:
add(num) returns num + 2sub(num) returns num - 2split(num) returns floor(num / 2)Given two positive integers a and b,...