Java DSA Practice

Watch and track your favorite playlist.

Curated by: Anurag Affection (122 videos)


Currently Playing: Java DSA 157 • Bit Manipulation • example for XOR

157 example for XOR different bit value result true same bit value result false Notes 0 ^ 0 = 0 0 ^ 1 = 1 1 ^ 0 = 1 1 ^ 1 = 0 Notes false ^ false = false false ^ true = true true ^ false = true true ^ true = false


Tracks in this Playlist