Skip to content

Instantly share code, notes, and snippets.

@sudo-panda
Created August 11, 2020 16:56
Show Gist options
  • Select an option

  • Save sudo-panda/0671cfb51b9e7c3e26f1691038de3a9d to your computer and use it in GitHub Desktop.

Select an option

Save sudo-panda/0671cfb51b9e7c3e26f1691038de3a9d to your computer and use it in GitHub Desktop.
C++ tips to get around TLE : hash table with custom hash function
std::unordered_map< std::pair<int,int>, int, HASH > hash_table;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment