65 std::vector<int> nums_one{1, 1, 2, 2, 4, 5, 5};
66 std::vector<int> nums_two{203, 3434, 4545, 3434, 4545};
67 std::vector<int> nums_three{90, 1, 3, 90, 3};
69 assert(bit_manipulation::find_non_repeating_integer::
72 assert(bit_manipulation::find_non_repeating_integer::
75 assert(bit_manipulation::find_non_repeating_integer::
79 std::cout <<
"All test cases successfully passed!" << std::endl;