python binary search

Christy J christy_girl99 at yahoo.com
Sun Oct 28 01:41:17 EST 2001


Hi,

I need a binary search tree in python that uses classes. I'm trying to
count words from a file and spit out the number of times they occur
and in alphabetical order. I got  bintree[ [key, data], left, right]
but don't know how to implement using classes.

thx in advance
Christy



More information about the Python-list mailing list