Last year we've won in Request for Proposals from Coursera, and this year we've launched the [Data Structures and Algorithms Specialization at Coursera](https://goo.gl/bpJ1KC). It is now the main option for studying algorithms and data structures on the platform. Specialization is a series of courses ending with a Capston Project which enables to learn the subject much deeper than it is usually possible in the scope of a massive online course.↵
↵
The Specialization is launched by [University of California, San Diego](https://ucsd.edu) (Computer Science program ranked 11-th in the world) and the [Computer Science Department of Higher School of Economics](https://cs.hse.ru/en/):↵
↵
1. Daniel Kane — Professor at [UCSD](https://ucsd.edu), Harvard graduate, PhD from MIT, four times Putnam fellow (US mathematical olympiad for university students), and there is even a [wikipedia article](https://goo.gl/vmFuJy) about him.↵
2. Pavel Pevzner — Professor at [UCSD](https://ucsd.edu), last 12 years teaching Algorithms and Bioinformatics there, one of the authors of the [Bioinformatics Specialization at Coursera](https://www.coursera.org/specializations/computational-biology).↵
3. Neil Rhodes — Lecturer at [UCSD](https://ucsd.edu), former Staff Software Engineer at Google, has been teaching for the last 10 years, developed educational programs for Apple.↵
4. Alexander Kulikov — visiting Professor at [UCSD](https://ucsd.edu), director of [Computer Science Center](https://compscicenter.ru) and coordinator of Computer Science club in Saint Petersburg.↵
5. Michael Levin — Chief Data Scientist at [Yandex Data Factory](http://yandexdatafactory.com), has been teaching algorithms for 8 years at [Yandex School of Data Analysis](https://yandexdataschool.com).↵
↵
One of the main features of the Specialization is large number of problems which enable the learners to really understand algorithms: you all know that it only seems you've solved the problem until you start implementing and submitting it. The same thing is true about specific algorithms and data structures. There are around 70 algorithmic problems in the Specialization. Many of those were prepared by [user:Burunduk1,2016-05-17], [user:Gassa,2016-11-15], [user:GlebsHP,2016-05-17], [user:ifsmirnov,2016-11-15], [user:ilyakor,2016-05-17], [user:nk.karpov,2016-05-17], [user:Perlik,2016-05-17], [user:romanandreev,2016-05-17], [user:tourist,2016-05-17], [user:Zlobober,2016-05-17], Paul Melnichuk and Ruslan Savchenko.↵
↵
There are two options for the Capstone Project: Finding Shortest Paths in Road Networks and Social Networks using algorithms which are thousands of times faster than the classic ones or Bioinformatics Algorithms that are used to assemble a genome out of millions of small pieces.↵
↵
If you're red or very yellow here, you probably won't learn lots of new things. However, I'll just post a few of the [reviews](https://www.coursera.org/learn/algorithmic-toolbox#ratings) from our learners regarding competitive programming:↵
↵
"Amazing Course. I have been looking for this kind of course for months. Must for anyone who wants to be good in Competitive Programming and Algorithms"↵
↵
"An excellent course. Though I have 10 years of experience in software engineering and I've participated in programming contests in my undergraduate years, this course gave me a much clearer vision on solutions for typical programming problems."↵
↵
"Very good course on algorithms,particularly useful for competitive programming."↵
↵
**UPD.** If you don't want to submit assignments and get a certificate, to see the videos and readings for free, you can go to a particular course, e.g. [Algorithmic Toolbox](https://goo.gl/sOIRO2), and select the option to "Audit only". The second course of Specialization is [Data Structures](https://goo.gl/V0xxbV), it has been launched in April. The other three courses are not launched yet, the next one — [Algorithms on Graphs](https://goo.gl/NYGn7H) — will be available in June, next — [Algorithms on Strings](https://goo.gl/tuKbi5) — in July, last — [Advanced Algorithms](https://goo.gl/K9Bcp1) — in August.↵
↵
**UPD.2** You can submit problems in one of the following programming languages: C, C++, Java, Python2, Python3, C#, Haskell, Javascript, Ruby, Scala.↵
↵
**UPD.3** [Algorithms on Graphs](https://goo.gl/NYGn7H) course starts on June 6, and you can still enroll.↵
↵
**UPD.4** [Algorithms on Strings](https://goo.gl/tuKbi5) course starts on July 25, you can already enroll.↵
↵
**UPD.5** [Advanced Algorithms and Complexity](https://goo.gl/K9Bcp1) course has started, and I'm going to write a separate about it.↵
↵
**UPD.6** The [culminating project on Genome Assembly](https://goo.gl/vsMgFd) has launched, and the project on Advanced Shortest Paths launched as the last optional module of the [Algorithms on Graphs](https://goo.gl/NYGn7H) course.↵
↵
Greetings from [ACM ICPC World Finals](http://icpc.baylor.edu) in Thailand!↵
↵
![ ](http://mirror.codeforces.com/predownloaded/93/5d/935d76bbe9009236acfb884353465632a87f038a.jpg)
↵
The Specialization is launched by [University of California, San Diego](https://ucsd.edu) (Computer Science program ranked 11-th in the world) and the [Computer Science Department of Higher School of Economics](https://cs.hse.ru/en/):↵
↵
1. Daniel Kane — Professor at [UCSD](https://ucsd.edu), Harvard graduate, PhD from MIT, four times Putnam fellow (US mathematical olympiad for university students), and there is even a [wikipedia article](https://goo.gl/vmFuJy) about him.↵
2. Pavel Pevzner — Professor at [UCSD](https://ucsd.edu), last 12 years teaching Algorithms and Bioinformatics there, one of the authors of the [Bioinformatics Specialization at Coursera](https://www.coursera.org/specializations/computational-biology).↵
3. Neil Rhodes — Lecturer at [UCSD](https://ucsd.edu), former Staff Software Engineer at Google, has been teaching for the last 10 years, developed educational programs for Apple.↵
4. Alexander Kulikov — visiting Professor at [UCSD](https://ucsd.edu), director of [Computer Science Center](https://compscicenter.ru) and coordinator of Computer Science club in Saint Petersburg.↵
5. Michael Levin — Chief Data Scientist at [Yandex Data Factory](http://yandexdatafactory.com), has been teaching algorithms for 8 years at [Yandex School of Data Analysis](https://yandexdataschool.com).↵
↵
One of the main features of the Specialization is large number of problems which enable the learners to really understand algorithms: you all know that it only seems you've solved the problem until you start implementing and submitting it. The same thing is true about specific algorithms and data structures. There are around 70 algorithmic problems in the Specialization. Many of those were prepared by [user:Burunduk1,2016-05-17], [user:Gassa,2016-11-15], [user:GlebsHP,2016-05-17], [user:ifsmirnov,2016-11-15], [user:ilyakor,2016-05-17], [user:nk.karpov,2016-05-17], [user:Perlik,2016-05-17], [user:romanandreev,2016-05-17], [user:tourist,2016-05-17], [user:Zlobober,2016-05-17], Paul Melnichuk and Ruslan Savchenko.↵
↵
There are two options for the Capstone Project: Finding Shortest Paths in Road Networks and Social Networks using algorithms which are thousands of times faster than the classic ones or Bioinformatics Algorithms that are used to assemble a genome out of millions of small pieces.↵
↵
If you're red or very yellow here, you probably won't learn lots of new things. However, I'll just post a few of the [reviews](https://www.coursera.org/learn/algorithmic-toolbox#ratings) from our learners regarding competitive programming:↵
↵
"Amazing Course. I have been looking for this kind of course for months. Must for anyone who wants to be good in Competitive Programming and Algorithms"↵
↵
"An excellent course. Though I have 10 years of experience in software engineering and I've participated in programming contests in my undergraduate years, this course gave me a much clearer vision on solutions for typical programming problems."↵
↵
"Very good course on algorithms,particularly useful for competitive programming."↵
↵
**UPD.** If you don't want to submit assignments and get a certificate, to see the videos and readings for free, you can go to a particular course, e.g. [Algorithmic Toolbox](https://goo.gl/sOIRO2), and select the option to "Audit only". The second course of Specialization is [Data Structures](https://goo.gl/V0xxbV), it has been launched in April. The other three courses are not launched yet, the next one — [Algorithms on Graphs](https://goo.gl/NYGn7H) — will be available in June, next — [Algorithms on Strings](https://goo.gl/tuKbi5) — in July, last — [Advanced Algorithms](https://goo.gl/K9Bcp1) — in August.↵
↵
**UPD.2** You can submit problems in one of the following programming languages: C, C++, Java, Python2, Python3, C#, Haskell, Javascript, Ruby, Scala.↵
↵
**UPD.3** [Algorithms on Graphs](https://goo.gl/NYGn7H) course starts on June 6, and you can still enroll.↵
↵
**UPD.4** [Algorithms on Strings](https://goo.gl/tuKbi5) course starts on July 25, you can already enroll.↵
↵
**UPD.5** [Advanced Algorithms and Complexity](https://goo.gl/K9Bcp1) course has started, and I'm going to write a separate about it.↵
↵
**UPD.6** The [culminating project on Genome Assembly](https://goo.gl/vsMgFd) has launched, and the project on Advanced Shortest Paths launched as the last optional module of the [Algorithms on Graphs](https://goo.gl/NYGn7H) course.↵
↵
Greetings from [ACM ICPC World Finals](http://icpc.baylor.edu) in Thailand!↵
↵
![ ](http://mirror.codeforces.com/predownloaded/93/5d/935d76bbe9009236acfb884353465632a87f038a.jpg)