data structure/algorithm in python

bowman bowman at montana.com
Sat Jan 20 01:12:51 EST 2001


Mohd Zamri Murah <zamri at sun1.ftsm.ukm.my> wrote in message
news:mailman.979960222.21821.python-list at python.org...
>
> python) Or, the python <-> C++/Java have too much differences that reading
> about data structure/algorithm in C++/Java will only confuse learning the
> same thing in python?

I wouldn't recommend you buy it sight unseen, but _Mastering Algorithms with
Perl_ might be helpful if you can browse it in a bookstore. On the downside,
it does use perlisms and reference some modules that don't have a direct
equivalency, but seldom uses the furrier constructs.

Sara Baase's _Computer Algorithms_  uses a pascal/modula2 pseudocode that
really doesn't look all that different from Python. Sedgewick's C version
might be a little clearer than the C++ one. Really, the concepts are what
you are looking for; figuring out the implementation details for a
particular language will strengthen your grasp on that language.






More information about the Python-list mailing list