Chevron Left
Zurück zu Algorithmic Toolbox

Bewertung und Feedback des Lernenden für Algorithmic Toolbox von University of California San Diego

4.6
Sterne
12,136 Bewertungen

Über den Kurs

This online course covers basic algorithmic techniques and ideas for computational problems arising frequently in practical applications: sorting and searching, divide and conquer, greedy algorithms, dynamic programming. We will learn a lot of theory: how to sort data and how it helps for searching; how to break a large problem into pieces and solve them recursively; when it makes sense to proceed greedily; how dynamic programming is used in genomic studies. You will practice solving computational problems, designing new algorithms, and implementing solutions efficiently (so that they run in less than a second)....

Top-Bewertungen

SG

19. Jan. 2017

I liked the fact that the algorithms are not just the introductory searching and sorting algorithms. The assignments are fairly difficult (I have decent scripting experience), but not impossibly so.

BD

19. Jan. 2021

The course was really amazing which provided deep knowledge from basic to advance that how algorithms works and how to design algorithms. Thanks to all the expert teachers who taught in this course.

Filtern nach:

151 - 175 von 2,504 Bewertungen für Algorithmic Toolbox

von Umang G

17. Juni 2019

it was good learning and excellent

von Ranjeet K M

10. Juni 2019

An amazing course for Algo Lovers.

von Subash T

6. Juni 2019

It was a very productive course

von Воробьев А А

2. Juni 2019

Extremely useful course.

von Suman B

22. Juni 2019

SELF PACED BEST COURSE

von Himanshu P

23. Juni 2019

Exceptional material!

von Bhawana C

16. Juni 2019

it is a nice course!

von Manish K J

18. Juni 2019

Highly Recommended.

von Aditya T

22. Juni 2019

Excellent intro

von KRISHNA K S

5. Juli 2019

Outstanding

von Abhishek G

12. Juli 2019

excellent

von Mashhood A S

14. Juni 2019

good

von Oleh H

14. Aug. 2022

This course requires a solid understanding of basic algorithms to be able to solve programming assignments. It wasn't clear why this course is the first in this specialization as seems like Dynamic Programming is a more advanced topic than those discussed in the second course in this specialization.

I disagree with the idea of not sharing test cases as some edge cases are super hard to be noticed on your own and sometimes just by examining a test case, one may understand the problem. But instead, one may be disoriented after getting a "wrong answer" without any other hints.

von Omkar P

17. Feb. 2021

the over all course is excellent but the last weeks (dynamic programming week) is hard to understand. make deep dive videos tutorial on dynamic programming specially <Longest common sub-sequence> and <edit distance between two strings> my experience for this weeks is not to good. my rating for the Dynamic Programming week is ** / ***** (2 star out of 5)

von Santiago P R

13. Sep. 2020

The course subjects are nice, and the problems are interesting, I only have a couple of issues. Dynamic Programming issues are poorly covered, not as the rest of the topics, and sometimes you struggle more with language-specific caveats than the problem itself, definitely, the programming language options should be wider

von Moaaz

17. März 2019

The course content is really great. It helps with learning algorithms in a very neat and organised way.

However, the grading system is little bit hard to use. It is not interactive by any means and breaks sometimes with changing behavior.

von Oved D

26. Juni 2022

I liked the possibility to submit Python programs and get evaluated.

Sometime the reply was just "wrong answer", which is not helpful.

Also, the lecturers work too fast on new concepts, which make the lectures hard to follow.

von Mengyong L

25. Sep. 2020

Pretty good, lots of good practice but it gets extremely difficult later in the course. And since this is just the first course of the specialization, I think this specialization is going to be tough as hell

von Prabhuyadav P

24. Okt. 2018

language of professor in a dynamic programming part 1 is tough to understand and makes he concept even harder to understand through videos.(this is only for week5)

von Akshay M

13. Sep. 2020

Course tends to get really difficult in the dynamic programming weeks but nonetheless it is very carefully crafted for maximum clarity of concepts.

von Brian E

31. März 2019

The lectures are hit and miss. Some are helpful, and others are pretty hard to follow. The coding challenges are helpful.

von Ashish V

16. Sep. 2022

3.5/5

The course was quite good but not for absolute beginners. Many things you will have to research yourself.

von Yusuf A

23. März 2021

the last week 5 was very difficult to understand

von Wahyu G

21. Feb. 2018

If you're a self-taught coder, then you should take this course. It teaches you how to construct efficient and working algorithm. It's getting harder when it comes to Divide-and-Conquer because it is hard to imagine and also in the Dynamic Programming because the lecturer does not start with the definition of DP itself. The 'language' used by the lecturers in some sense is hard to be understood. Also, the mentors and people in the forum is not so active. I already asked several questions in the forum, but until now there's no responses.

The amazing thing about this course is it is the PROGRAMMING ASSIGNMENT. It'll force you to find external references. You have to spend more time than the estimated time from Coursera.

von Daniel D

5. Sep. 2022

Week 4-5 and 6 I think you can do better videos lectures. They were AWFUL compared to other courses. The concepts and topics you explained were very difficult and you usually jumped from A to Z without explaining a thing. The slides could have helped a lot but they were VERY bad too. I skipped a lot of your videos and went to youtube to learn.

The forum is pretty dead compared to other courses, it felt like you are by your own.

Nevertheless, the assignments were challenging and I learned a lot.