Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #16429
| From | Neal Becker <ndbecker2@gmail.com> |
|---|---|
| Subject | order independent hash? |
| Date | 2011-11-30 07:32 -0500 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3154.1322656374.27778.python-list@python.org> (permalink) |
I like to hash a list of words (actually, the command line args of my program) in such a way that different words will create different hash, but not sensitive to the order of the words. Any ideas?
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
order independent hash? Neal Becker <ndbecker2@gmail.com> - 2011-11-30 07:32 -0500
Re: order independent hash? 88888 Dihedral <dihedral88888@googlemail.com> - 2011-12-02 10:18 -0800
Re: order independent hash? 88888 Dihedral <dihedral88888@googlemail.com> - 2011-12-02 10:18 -0800
Re: order independent hash? Ian Kelly <ian.g.kelly@gmail.com> - 2011-12-02 11:37 -0700
Re: order independent hash? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-12-03 01:04 +0000
Re: order independent hash? 88888 Dihedral <dihedral88888@googlemail.com> - 2011-12-03 08:36 -0800
csiph-web