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

热门审阅

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

JK

Aug 2, 2016

As the title suggests, this course will give you some tools/techniques in terms of algorithms design and implementation. You will probably also learn from doing the programming assignments. Enjoy!

筛选依据:

726 - Algorithmic Toolbox 的 750 个评论(共 2,592 个)

创建者 Alexander N

Oct 10, 2018

This course prepared very well. Improved my programming skill thanks to good programming assigments.

创建者 Nicola W

Jul 8, 2018

Excellent course for beginner! It would be even better if more tips for assignments can be provided.

创建者 Wang W H

Jun 12, 2022

i hope we can get more description about assignment.

it's not easy to understand what the problem is

创建者 LALIT K I L

Apr 20, 2022

there is a lot of for learning about basic to advanced .

i had a great learning.

thank you course era

创建者 Subhradip M

Jan 14, 2022

It was great to learn from the teachers and I learnt a lot and I hope to apply the things I learnt.

创建者 y f

Oct 4, 2021

Assignments are challenging without being tedious. Instructions and presentation material are good!

创建者 Arjun A S

Apr 24, 2016

Gives you very good insight into Algorithms basics that gets you going great with advanced courses.

创建者 Ashutosh P

Apr 22, 2022

The assingments were tough but worth it, now I am quite confident about my basic algorithm skills.

创建者 Yogesh K

Nov 21, 2021

I liked this course very much. It was helpful to improve my understanding of different algorithms.

创建者 SHRESHTHAM R

Dec 22, 2020

nicely ordered problem solving question and the interactive puzzles, and yes lectures were amazing

创建者 Gaurang K

Aug 5, 2020

Excellent course! I learnt a lot of new ways to solve the problems which could take a lot of time.

创建者 Piero V E

Jul 27, 2020

This is my first computer science online course I have taken. I learn a lot doing the assignments.

创建者 Shovik P

Jul 4, 2020

One of the best courses I have completed till now. It's quite satisfying to complete such courses.

创建者 Muhammed F

Jun 19, 2018

Excellent .. Programming skills to solve any problem using Algorithm will be drastically improved.

创建者 عبدالحميد ع ع

Sep 8, 2017

It is a wonderful but i recommend some examples on slides on python or c++ to clarify the concepts

创建者 Kumoyo M

Mar 26, 2017

Solid! Key for anyone wanting that strong computing foundation independent of programming language

创建者 abhiram g

Nov 24, 2020

need more explanation in dynamic programming, I literally got stuck in there man, what a concept.

创建者 Arnab B

Oct 14, 2020

Great material and very well explained, the DP additional materials slides were specially helpful

创建者 Zehra F N

Oct 1, 2020

It is an amazing, informational course, which helped me a lot in improving my programming skills!

创建者 Durgesh

Jun 14, 2020

One basic thing I learnt from this course is how to approach problems in an efficient way.

Cheers!

创建者 Victor F

Jun 7, 2016

Extremely useful course, that will improve your understanding of the core algorithmic techniques.

创建者 aashutosh s

Mar 5, 2022

this course help me to understand algorithm toolbox, now i can solve any problem related to it..

创建者 Abhishek S

Nov 21, 2021

Namaste, I am very grateful to the teachers who made this very informative and beautiful course.

创建者 André B

Jul 29, 2021

Great course! The challenges were great at helping me understand the concepts behind the theory.