contains category wise problems(data structures, competitive) of popular platforms.
View the Project on GitHub mayankdutta/category-wise-problems
Tags: bit-manipulation constructive
1835. Find XOR Sum of All Pairs Bitwise AND
(a AND b) XOR (a AND c) == a AND (b XOR c)