From: Robert Klemme Date: 2005-02-28T19:44:56+09:00 Subject: Re: Bisect module "mepython" 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