Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #84108 > unrolled thread

Re: Trees

Started byKen Seehart <ken@seehart.com>
First post2015-01-20 12:45 -0800
Last post2015-01-20 12:45 -0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Trees Ken Seehart <ken@seehart.com> - 2015-01-20 12:45 -0800

#84108 — Re: Trees

FromKen Seehart <ken@seehart.com>
Date2015-01-20 12:45 -0800
SubjectRe: Trees
Message-ID<mailman.17907.1421828404.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Hash Table, Christiania
(a table with many kinds of hash)

On 1/20/2015 12:19 PM, Devin Jeanpierre wrote:
> There are similarly many kinds of hash tables.
>
> For a given use case (e.g. a sorted dict, or a list with efficient
> removal, etc.), there's a few data structures that make sense, and a
> library (even the standard library) doesn't have to expose which one
> was picked as long as the performance is good.
>
> -- Devin
>
> On Tue, Jan 20, 2015 at 12:15 PM, Ken Seehart <ken@seehart.com> wrote:
>> Exactly. There are over 23,000 different kinds of trees. There's no way you
>> could get all of them to fit in a library, especially a standard one.
>> Instead, we prefer to provide people with the tools they need to grow their
>> own trees.
>>
>> http://caseytrees.org/programs/planting/ctp/
>> http://www.ncsu.edu/project/treesofstrength/treefact.htm
>> http://en.wikipedia.org/wiki/Tree
>>
>> On 1/19/2015 3:01 PM, Mark Lawrence wrote:
>>> On 19/01/2015 22:06, Zachary Gilmartin wrote:
>>>> Why aren't there trees in the python standard library?
>>>>
>>> Probably because you'd never get agreement as to which specific tree and
>>> which specific implementation was the most suitable for inclusion.
>>>
>> --
>> https://mail.python.org/mailman/listinfo/python-list

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web