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 understa

[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 dete