I hereby claim:
- I am mahnouel on github.
- I am mahnouel (https://keybase.io/mahnouel) on keybase.
- I have a public key whose fingerprint is A464 993A A22A 7BF9 B790 D12A 570C 09EB C7EC 3B42
To claim this, I am signing this object:
| class HashList: | |
| list = {} | |
| def add(self, string): | |
| key = self.get_hash(string) | |
| while key in self.list: | |
| key+=1 | |
| self.list[key] = string | |
| def get_hash(self, string): |
I hereby claim:
To claim this, I am signing this object: