#include #include #include "HashTable.h" int oddOccurring_attempt1(int arr[], int size) { // Count in ht, how many times I see each value HashTable ht = HashTableNew(); int oddCounter = 0; for(int i=0; i