Chevron Left
返回到 Algorithmic Toolbox

学生对 University of California San Diego 提供的 Algorithmic Toolbox 的评价和反馈

4.6
12,563 个评分

课程概述

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)....

热门审阅

PN

Oct 7, 2022

An excellent course, B​etter than most Universities in India. I would recommend to stick to the problems and really putting in the efforts, to solve all the problems, It will be worth the effort.

PS

Aug 14, 2020

Great Course. This series is great but sometimes you will get frustrated because of the questions as it is not easy, make sure to give those a time. Great satisfaction after solving them though

筛选依据:

601 - Algorithmic Toolbox 的 625 个评论(共 2,592 个)

创建者 Rajeswar S

Jun 4, 2020

The method and the procedures taught in this course were totally new for me and really improved my logic and reasoning skills.

创建者 Devkul S

Jan 18, 2019

We can get a clear concept of algorithm and dynamic programming. This course helped me to think loud on a given set of problem

创建者 Phuc N

May 31, 2022

The lecture is very detailed and helpful. The homework is quite difficult but is very helpful to practice what you have done.

创建者 Viachaslau S

Jul 22, 2021

Previously had a mess of information about algorithms in my head. This great course has helped me with setting things right.

创建者 Ramalakshmi S

Sep 6, 2020

This course was really great. It helped me to learn the concepts and algorithms more clearly than my college. Thanks a lot .

创建者 Faiz B S

Apr 23, 2020

It was a very nice, structured course and really helped me to grasp the basics of algorithms, especially Dynamic Programming.

创建者 rohit d

Mar 14, 2020

This course is the best one to learn algorithmic design and complexity analysis from scratch to advanced level. Loved it ! ;)

创建者 O'KANE,DREW

Sep 21, 2018

A tough course no doubt, but you learn all the classic problem solving techniques in computer science. Well worth the effort.

创建者 Burak H

Dec 7, 2017

Excellent course! The level is not very advanced but not too trivial either. The set of exercises are very well put together.

创建者 Aditya S J

Oct 31, 2017

The best tutorial to study algorithm

the three approach to solve a problem is awesome

Greedy

Divide & conquer

Dynamic Programming

创建者 Tathagata C

Jul 4, 2020

Very good course..

Problems are ranging from easy to difficulty.

One can easily learn the techniques used to learn the course

创建者 Pablo V I

May 17, 2020

Excellent challenging course. Highly recommended for technical people who want to learn the foundations of Computer Science.

创建者 Piskunov I

Aug 18, 2017

Excellent compilation to increase your productivity. Interesting tasks and great system to check your algorithm. Great work!

创建者 felipe a

Apr 13, 2021

It is a great course, a real challenge, you get to understand the theory and you have many qualified exercises to practice.

创建者 D M

Feb 18, 2021

Very important for all programmers out there, especially ones who are self-taught or have not spend much time on Algorithms

创建者 Dev G

Nov 14, 2020

The best course I ever enrolled in! The instructors are highly qualified professionals, and their teaching stlye is superb.

创建者 Jayesh G

Jul 24, 2020

This course really offers a perfect blend of theory and problems. I learnt a lot on how to approach a problem and debug it.

创建者 Sanskar K

Nov 14, 2017

Excellent set of programming exercises and requires some effort on the learner's part. A very good and well-defined course.

创建者 Rohit J

Aug 16, 2016

this course is very useful. Every topic is covered here and the assignments were also very effective to check your concept.

创建者 Rosh D

Oct 18, 2020

So helpful! I loved learning all the new forms and takes on how to develop algorithms. I really expanded my knowledge!! :)

创建者 Renat S

Aug 3, 2020

Nice balance of practical and theoretical knowledge! Absolutely recommend for anyone looking to review algorithm concepts.

创建者 Juan D B P

May 21, 2020

Very good course, with many examples and clear explanations, programming assigments are really chellenging, but fun to do

创建者 Siva G

Mar 1, 2020

The overall course is very good. I feel that the dynamic programming section should be improved everything else is great.

创建者 Andrei K

Sep 9, 2018

The course itself is good, all information is correct and useful. Nice to have so many languages to implement algorithms.

创建者 Daniyar Z

Nov 12, 2016

Nice course! Definitely, I have learned a lot. To be all honesty, I find myself sleeping sometimes during the lectures =)