Chevron Left
返回到 Algorithms on Graphs

学生对 University of California San Diego 提供的 Algorithms on Graphs 的评价和反馈

4.7
2,272 个评分

课程概述

If you have ever used a navigation service to find optimal route and estimate time to destination, you've used algorithms on graphs. Graphs arise in various real-world situations as there are road networks, computer networks and, most recently, social networks! If you're looking for the fastest time to get to work, cheapest way to connect a set of computers into a network or efficient algorithm to automatically find communities and opinion leaders in Facebook, you're going to work with graphs and algorithms on graphs. In this online course, you will first learn what a graph is and what are some of the most important properties. Then you'll learn several ways to traverse graphs and how you can do useful things while traversing the graph in some order. We will then talk about shortest paths algorithms — from the basic ones to those which open door for 1000000 times faster algorithms used in Google Maps and other navigational services. You will use these algorithms if you choose to work on our Fast Shortest Routes industrial capstone project. We will finish with minimum spanning trees which are used to plan road, telephone and computer networks and also find applications in clustering and approximate algorithms....

热门审阅

CS

Jun 30, 2019

Excellent Course for anyone looking to expertise Graph Algorithm. Professor's explained each problem and algorithm in a very easy to learn approach. Grades are tough and yet func to get challenged.

MM

Mar 28, 2020

An awesome overview of the graph algorithms. Some assignments are really challenging, but luckily forums are a great place where people have already faced them. A definitive recommendation!

筛选依据:

76 - Algorithms on Graphs 的 100 个评论(共 362 个)

创建者 Ananth D

Jun 24, 2020

This course is very well designed, starting from basic concepts and thoroughly covering all Graph relevant Algorithms. A big thank you to all Professors.

创建者 Ahmed T F

Oct 11, 2020

It was a great course with great illustration, but the best part of it was the proof of correctness with detailed steps of time complexity computations!

创建者 Namrata G

Jun 28, 2019

Loved the explanations and proofs. They are so explicitly told. And the discussion forum for you well assorted problems in assignment is really helpful.

创建者 Diego S

Apr 6, 2020

So far my favorite course of the specialization. The learning path is really smooth and the lectures and programming assignments are to the point.

创建者 Giuseppe M

Sep 23, 2017

Great!

Hard concepts explained clearly and in depth, in the same fashion as the previous two courses (Algo Toolbox and Data Structure).

Good job!

创建者 Arjun M

Apr 2, 2017

Great content! And explained very well. I was asked a question on graphs in my amazon interview. Wish I had taken the course earlier. Thanks!

创建者 Zuhaib U Z

Oct 28, 2019

This was an awesome course on graphs and was perfectly taught by the instructors. I thank instructors for such lucid and clear explanations.

创建者 Oliver A

May 25, 2018

Excellent course. Like with the other courses in the series the programming assignment are a great help for understanding the material.

创建者 Alexander G P

Oct 16, 2022

I would say that the materials + practical part for the week 6 are essential for the course. (Please make it mandatory for the grade.)

创建者 Sahil K

Mar 19, 2021

Amazing Course. If you are beginner and want to learn graphs, then this course is for you. Assignments are very Interesting and good.

创建者 Fei G

Aug 7, 2020

Truly wonderful course. Course material carefully curated and well explained. Assignments are wonderful. Definitely recommend.

创建者 Pawan N

Jun 6, 2020

Amazing Course for anyone regardless of freshmen or senior computer science or even non-cs people, I'd definitely recommend it!

创建者 Onkar S P

Apr 1, 2020

It was really a good experience.

Thank You to all the instructors and people who are directly/indirectly related to this course.

创建者 Thummanoon K

Oct 17, 2016

Great course! it would be better if the course provide more problems that is not directly the implementation of what is taught

创建者 Shahnawaz A

Mar 28, 2020

This course focussed a lot on the crucial graph algorithms in Computer Science and sets a good base to build up on later.

创建者 Abhinav R

Apr 20, 2022

Excellent course. I like the short, crisp videos. The programming assignments are great and of a good-level as well.

创建者 Connor W

Aug 18, 2017

Anyone who wants to understand a bit more about graphs and the corresponding algorithms should take up this course.

创建者 Shubham P

May 27, 2020

The course was perfect to practice the graph algorithms and assignments were helpful for building the confidence!

创建者 kumar v

Mar 28, 2019

One of the Best course available on coursera . Make me perfect on algorithm and also improve my thinking skills

创建者 Juan D B P

May 27, 2020

Very nice course, and the examples where really awesome, and the last optinal part is really challenging and fun

创建者 sandip c

Jun 8, 2020

its very nice all topic and this subject its very helful for all metrial and videos fro increse my knowlage

创建者 IT012-Bhanushali K N

Apr 4, 2020

A very good course.

and there are many good things you can learn related to graphs.

and I enjoyed this course.

创建者 Abhigyan A

Sep 1, 2019

The videos are very well explained, this is one of the best courses for learning basic algorithms on graphs.

创建者 Joseph G N

Mar 6, 2018

An amazing course, cover all the necessary to understand the basic idea of the graph and some advanced ideas

创建者 shangping g

Jul 6, 2017

the week 4-5 seems not match the difficulty with the first three weeks, less contents and less challenging