Re: need help on a data structure problem

2007-02-02 Thread Neil Cerutti
On 2007-02-02, Ben Finney <[EMAIL PROTECTED]> wrote: > "Dongsheng Ruan" <[EMAIL PROTECTED]> writes: > >> Not quite related with Python. But my Data Structure course is >> experiemented on python and there is no data structure group, So I >> have to post here: > > Better, you should discuss it in yo

Re: need help on a data structure problem

2007-02-01 Thread Ben Finney
"Dongsheng Ruan" <[EMAIL PROTECTED]> writes: > Not quite related with Python. But my Data Structure course is > experiemented on python and there is no data structure group, So I > have to post here: Better, you should discuss it in your class, with your teacher. -- \ "As we enjoy great ad

Re: need help on a data structure problem

2007-02-01 Thread Tom Plunket
Dongsheng Ruan wrote: > Not quite related with Python. But my Data Structure course is experiemented > on python and there is no data structure group, So I have to post here: > > Write a procedure (in pseudocode!) to increase the number of buckets in a > (closed) hash table. Analyze its time an

need help on a data structure problem

2007-02-01 Thread Dongsheng Ruan
Not quite related with Python. But my Data Structure course is experiemented on python and there is no data structure group, So I have to post here: Write a procedure (in pseudocode!) to increase the number of buckets in a (closed) hash table. Analyze its time and space complexity. -- http:/