por HC
•May 07, 2018
Excelentes algoritmos, nunca había pensado lo complicado que era hacer pattern matching eficientemente en términos de tiempo de procesamiento y memoria.
por PG
•Nov 19, 2017
great course, interesting concepts and very well delivered content from lecture videos. challenging and rewarding programming assignments.
97 revisiones
por Sharan Sajiv Menon
•Feb 05, 2019
This was a good course. I mostly understood most of the content
por Eduardo Moura Panisset
•Feb 02, 2019
I would be interesting update Algorihm on Strings to construction of suffix arrays in linear time.
por Priyansh Bhardwaj
•Dec 21, 2018
I still can't believe that there can be so many algorithms on string pattern matching. Lots of interview questions are based on string algorithms and the I believe that the skills I got from this course is definitely going to help to crack interviews in the future.Moreover, I can implement an efficient search engine efficiently.
por Jonathan Olson
•Dec 11, 2018
This course was not my favorite in the Specialization -- the content just wasn't as interesting, making some of the more demanding problems pretty difficult, but nothing was too difficult, given the excellent preparation delivered via the lectures. Everything you need to know for a problem was given right before!
Still, amazing course.
por Andrey Koleshko
•Dec 02, 2018
There are some too hard algorithms to implement, but it worth it. It allows to develop patience, mental skills and self-education. I highly recommend this course, some algorithms described here are crucial for computer science and must have to know.
por DENIS KOKAREV
•Nov 02, 2018
I think it would be more helpful to trade BWT to more practical Polynomial Hashing tricks. Otherwise good course
por Sarath CM
•Oct 23, 2018
good course
por To Phung Huy
•Sep 27, 2018
some long and complex episode needs more specific examples to help learner visualise
por Ananth Narayan
•Aug 06, 2018
Really great course covering material that is not usually covered in algorithms courses, which is fantastic! The only feedback I have is that in some of the videos (the later ones on Burrows Wheeler), the material is covered extremely fast. I had to look at a lot of external resources because it was too fast.
As for the programming assignments and other material, absolutely brilliant. I learnt a lot and I am planning to do another course in the specialization.
por Vlad_N
•Jul 29, 2018
Awesome explanations and challenging problems like in all previous courses! Thank you!