Re: [Newbies] Smalltalk Data Structures and Algorithms

2009-06-29 Thread Conrad Taylor
On Thu, Jun 25, 2009 at 2:29 PM, Frank Church vfcli...@googlemail.comwrote: Are there any books that cover this area for Smalltalk? -- Frank Church Frank, if you're interested in data structures in algorithms, I would highly recommend Introduction to Algorithms 3rd edition by Thomas H.

Re: [Newbies] Smalltalk Data Structures and Algorithms

2009-06-26 Thread Cédrick Béler
I'd suggest reading The Design Patterns Smalltalk Companion Alpert et al. http://www.amazon.com/Design-Patterns-Smalltalk-Companion-Software/dp/0201184621 drafts: http://stephane.ducasse.free.fr/FreeBooks/SmalltalkDesignPatternCompanion/ hth, 2009/6/26 K. K. Subramaniam subb...@gmail.com: On

Re: [Newbies] Smalltalk Data Structures and Algorithms

2009-06-26 Thread David Urquhart
Frank wrote: Are there any books that cover this area for Smalltalk? I have looked down this avenue... The Design Patterns Smalltalk Companion (Software Patterns Series) by Sherman Alpert, Kyle Brown, and Bobby Woolf

Re: [Newbies] Smalltalk Data Structures and Algorithms

2009-06-25 Thread K. K. Subramaniam
On Friday 26 Jun 2009 2:59:13 am Frank Church wrote: Are there any books that cover this area for Smalltalk Yes. See http://stephane.ducasse.free.fr/FreeBooks.html for an annotated list. BTW, Smalltalk is a object-based system. An object combines the role of data and algorithm into one unit.