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.
bitwise operators are used to replace costly operations like multiplying and dividing by 2 which can be easly substituted with a less costly right shift and left shift content of registers at the hardware level.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Validating Email Addresses With a Filter
You are viewing a single comment's thread. Return to all comments →
bitwise operators are used to replace costly operations like multiplying and dividing by 2 which can be easly substituted with a less costly right shift and left shift content of registers at the hardware level.