mangacodewise.hashnode.dev·Apr 6, 2023Bit manipulation & bitwise operatorsLet's dive right into bitwise operators. If you need to operate on numbers of other bases, you first have to convert them to binary. You may come across different prefixes that denote different bases. It is supposed to tell you what base the number i...19 likes·808 readsC
Haneunhanlee.hashnode.dev·Jul 15, 2022461. Hamming DistanceProblem Problem_Link My Attempt Brainstorming I don't know Hamming distance. I don't know java bit operation. what I can think is that >> two numbers and check one by one. Result code fail Study Hamming distance : Hamming distance between two strin...Algorithm Solving Studyleetcode