</>OfferRetriever
DashboardDiscuss
NEW

Spring Hire Sale

Limited Time Deal: Unlock all premium questions for over 30% off

$10.42$7.08

08

:

03

:

07

:

06

Get this deal
Back to Dashboard

OA [CodeSignal] Minimum Operation To Reduce n To 0

Medium

Given a positive integer n, in one operation you may replace n with either:

  • n = n + 2^i, or
  • n = n - 2^i ...