Skip to content

Instantly share code, notes, and snippets.

@Chippiewill
Created June 16, 2016 17:58
Show Gist options
  • Save Chippiewill/b3e1bddb3c20f9e76477b53c16c77a67 to your computer and use it in GitHub Desktop.
Save Chippiewill/b3e1bddb3c20f9e76477b53c16c77a67 to your computer and use it in GitHub Desktop.
class SetHashTable:
def add_key(set, key, value):
# Adds a key to the set, creates if doesn't exist
def get_set(set):
# Gets all the keys/values in the set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment