#include #include #include #include #include "HashTable.h" bool anagram(char *s, char *t) { // TODO return false; }