Re: [Tutor] Understanding a linear runtime implementation of anagram detection

2015-12-14 Thread Oscar Benjamin
On 10 December 2015 at 12:38, Spyros Charonis wrote: > Dear All, > > I am learning about analysis of algorithms (python 2.7.6). I am reading a > book (Problem solving with Algorithms and Data Structures) where Python is > the language used for implementations. The author

Re: [Tutor] Understanding a linear runtime implementation of anagram detection

2015-12-10 Thread Peter Otten
Spyros Charonis wrote: > Dear All, > > I am learning about analysis of algorithms (python 2.7.6). I am reading a > book (Problem solving with Algorithms and Data Structures) where Python is > the language used for implementations. The author introduces algorithm > analysis in a clear and

[Tutor] Understanding a linear runtime implementation of anagram detection

2015-12-10 Thread Spyros Charonis
Dear All, I am learning about analysis of algorithms (python 2.7.6). I am reading a book (Problem solving with Algorithms and Data Structures) where Python is the language used for implementations. The author introduces algorithm analysis in a clear and understandable way, and uses an anagram