Skip to content

Latest commit

 

History

History
95 lines (91 loc) · 8.32 KB

File metadata and controls

95 lines (91 loc) · 8.32 KB

Videos

Problems

Easy

      n = a ^ x 
      a = 2, 3, 4
      (2 ^ -31) <= n <= (2 ^ 31) - 1      

Medium

Hard