(
const int& num: nums) {
65std::vector<int> nums_one{1, 1, 2, 2, 4, 5, 5};
66std::vector<int> nums_two{203, 3434, 4545, 3434, 4545};
67std::vector<int> nums_three{90, 1, 3, 90, 3};
69assert(bit_manipulation::find_non_repeating_integer::
72assert(bit_manipulation::find_non_repeating_integer::
75assert(bit_manipulation::find_non_repeating_integer::
79std::cout <<
"All test cases successfully passed!"<< std::endl;
static void test()
Self-test implementations.
int main()
Main function.
Functions to find the non repeating integer in an array of repeating integers. Single Number
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4