Loading...
Is this your company?
Write code to print out the reverse binary representation of an integer (in language of choice) using bit arithmetic.
Anonymous
def binary(n): for x in range(n.bit_length()): print n&1 n >>=1
Check out your Company Bowl for anonymous work chats.
Get actionable career advice tailored to you by joining more bowls.
Stay ahead in opportunities and insider tips by following your dream companies.
Get personalized job recommendations and updates by starting your searches.