#include #include #include #include "HashTable.h" bool twoSum(int arr[], int size, int sum) { // TODO HashTable ht = HashTableNew(); for(int i=0; i