Coding Exercises
  • Welcome!
  • exercises
    • Binarysearch
      • Dynamic Programming
        • 0 - 1 Knapsack
      • String
        • Longest Palindromic Substring
        • Add Binary Numbers
      • Addhoc
        • Long Distance
      • Tree
        • Twin Tree
        • Merging Binary Tree
        • Tree Sum
        • Univalue Tree
        • Tree Traversal
      • Graph
        • Mutual Followers
      • Trie
        • Trie
    • Leetcode
      • Tree
        • Lowest Common Ancestor (LCA)
      • Arrays
        • Duplicate Zeros
        • Merge Sorted Array
        • Detect Pattern of Length M Repeated K or More Times
      • Linked List
        • Single LinkedList
        • Double LinkedList
        • Add Two Numbers
        • Middle of the LinkedList
        • Remove Nth Node From End of List
      • Map & Set
        • Two Sum
        • Contains Duplicate
      • Deque
        • Valid Palindrome
      • String
        • Atoi
      • Sorting
        • Minimum Deletions to Make Character Frequencies Unique
      • Graph
        • Find if Path Exist in Graph
      • Greedy
        • Minimum Sum of Four Digit Number After Splitting Digits
      • Binary Search
        • Binary Search
        • First Bad Version
        • Search Insert Position
      • Dynamic Programming
        • Maximum Subarray
      • Math
        • Rotate Array
        • Convert Integer to the Sum of Two No-Zero Integers
    • Hackerrank
      • Tree
        • Binary Tree Height
        • Binary Tree
        • Balanced Forest
    • Exercises
      • Sort with K Misplaced Elements
      • Cord Tree
      • Log
      • Min Steps to Make Piles Equal Height
      • Partition array into N subsets with balanced sum
    • Codeforces
      • Dynamic Programming
        • Coins
  • others
    • Fundamentals
      • Growth of Stack
    • C
      • Bitwise
        • XOR without using ^ operator
    • SQL
      • Hackerrank
        • Weather Observation
  • Competitions
    • Codility
      • Jurassic Park
  • System Design
    • SQL
      • Hackerrank
        • Weather Observation Station 4
Powered by GitBook
On this page
  1. others
  2. C

Bitwise

XOR without using ^ operator
PreviousCNextXOR without using ^ operator

Last updated 2 years ago