which datastructure for fast sorted insert?

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Sun May 25 03:32:49 EDT 2008


On Sun, 25 May 2008 00:10:45 -0700, notnorwegian wrote:

> sets dont seem to be so good because there is no way to iterate them.

Err:

In [82]: for x in set(['a', 'b', 'c']):
   ....:     print x
   ....:
a
c
b

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list