We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Hi, is programmer forced to use the bitwise & operator in the solution code?
My solution lacks the concrete use of the operator, but it works based on the features of how it operates on its operands.
Shall I use literally the operator in my solution to get passed all test cases?
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Day 29: Bitwise AND
You are viewing a single comment's thread. Return to all comments →
Hi, is programmer forced to use the bitwise & operator in the solution code? My solution lacks the concrete use of the operator, but it works based on the features of how it operates on its operands. Shall I use literally the operator in my solution to get passed all test cases?