Data structure and algorithms

Beej beej at beej.us
Tue Jan 30 02:26:33 EST 2007


On Jan 29, 1:50 pm, "azrael" <jura.gro... at gmail.com> wrote:
> thanks guys. i see that there is no way then to go back to C to
> satisfy my prof and get a grade

Seconding what Dennis says below, it is totally possible to use Python 
for this.

I didn't mean to discourage you from using Python--I just wanted to 
discourage you from trying to do it using the Python built-in list [].

In fact, given the time constraints and your dislike of structs, 
you're likely going to rip your hair out trying to get it going in C.

-Beej




More information about the Python-list mailing list