index of min element of sequence

Neal Becker ndbecker2 at gmail.com
Mon Jan 21 13:28:40 EST 2008


What's a good/fast way to find the index of the minimum element of a
sequence?  (I'm fairly sure sorting the sequence is not the fastest
approach)




More information about the Python-list mailing list