2011/6/10 Kaustubh Pratap chand <warr...@programmer.net>: > Can you recommend a book for a person like me which comes with a C > background and the book covers all essential algoithmic methods and > examples?
You, might find "Data Structures and Algorithms with Object-Oriented Design Patterns in Python" by Bruno R. Preiss useful. http://www.brpreiss.com/books/opus7/ It is not about python or how it differs from c, but about algorithms, with examples in python. The book is meant for cs students. There are a lot of source examples and other versions in C++, Java, C#, Ruby, Lua, Perl, PHP. So you can compare an avl-tree implementation in python, php and c++. _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor