Python Hashtable linear probing -
i trying find index in given list give largest number of probes needed before index assigned in hashtable. have list looks this:
[4, 9, 12, 3, 7, 26, 16, 20, 11]
and need figure out values in list creates longest probe sequence. i've been stuck on quite while , appreciated.
Comments
Post a Comment