"mepython" <a / agni.us> schrieb im Newsbeitrag news:1109440208.140811.108860 / l41g2000cwc.googlegroups.com... > Python has bisect module: This module provides support for maintaining > a list in sorted order without having to sort the list after each > insertion > > http://python.active-venture.com/lib/module-bisect.html > > How to do this in Ruby? Either look in the RAA - I'm pretty sure someone created such a thing already. Or implement an ordered tree or subclass of array yourself. Kind regards robert