@einsteinnewton7121

3Blue1Brown of Computer Science. Brilliant video.

@OliFarhaan

I was unable to take admission to an engineering college to pursue Software Engineering due to my financial conditions. But I never lost hope I am studying on my own self and I feel privileged that I came to know about your channel. Thank you so much for such valuable content.

@zamoqi

4 years into software engineering and had to refresh the knowdlegd on this. SO far the best explanation of such complex and abstract for many topic graphs. A true GEM video. Thanks!

@youssefel-mahdy922

I think it is the best video on YouTube that discuss and give an existing introduction about graph theory. It was my duty to thank you for this video!

@gauravnikam8843

Introduction :- 0:00 
Why Study Graph :- 1:33
Definition :-  4:35
Terminologies :- 5:22
Types of Graph :- 8:32
Representation :- 10:15
Graph Problems :- 12:44

@AlessandroBottoni

This is by far the best video regarding graph theory I have seen in my (quite long) life. Extremely clear, extremely accurate and extremely useful. As "Einstein Newton" here said 8 months ago, this can be considered the 3Blue1Brown of Computer Science. Congratulations!

@kingdel0xe

There is a small mistake at 4:15 
You would need to connect every point on a column with every other point on the same column same for the rows. Otherwise a graph coloring algorithm wouldn't work here, since graph coloring algorithms only test for the constraint that each neightbor has a different color.

@FunMining

This is a great channel, definitely will get much more recognitions in the future!

@alonebuthappy33

This is going to be one of the most popular study channel in the future ♥️

@blackshadowproductions5144

I'm studying by myself and I can tell this video has helped me a lot, not only due to the perfect explanation but also because of the downright great representations of what was being said. Thank you a lot, your work has been helping a lot of people!

@thobiaslarsen8336

Never seen a solution to a sodoku with graph theory! I just learned this to prepare for some competetive programming, I knew it was possible to solve using some disgusting nested for loops, but never knew graph would be a solution. Thank you!

@EW-mb1ih

At 5:06, a small mistake: you should have writeen V = {0, 1, 2, 3, 4} and not V = {0, 1, 2, 3, 4, 5}

@MythicalMaestro69

Imagine Every Single Teacher in The World Teach Like HIM!! I mean there is no Teacher in my College who teach like him. His Explanations are clear and the way he presents his presentation is easy to understand and not boring to watch.

@MrKyltpzyxm

I like the little bit at the end regarding the path through each vertex only once.
Welcome to graph theory 101. After some foundational examples let's jump straight to proving that P=NP. lol

@kaltenmacher

An application of Graph theory in field of Pharmaceutical sciences is "Network Pharmacology". A software named Cytoscape is used to construct networks displaying connections between drugs, targets and diseases. This video reminded me of this and now this whole concept has become more interesting.

@LowLevelLemmy

Just discovered your channel. I'm about to binge everything you've made.

@antontsvil245

Im just can't thank you enough, this video was so enlightening that actually gives me a hope, it proves  that I am able to learn and understand hard concept w/o  expensive education. Eventually I would become a programmer.

Thank you from the bottom of my heart

@KoraxLP

Your videos are absolutely amazing ! Especially your recursion video helped me immensely. Looking forward to more of your work. Keep going, this channel is going to be big! The video quality is just soo goood.

@aakdani11

Dude the way of explained this topic is so amazing and you made it look so easy to understand, It is so hard to understand this topic from books for someone like me. Thanks alot for your help. GOD bless!!

@symonzhu9153

wow never would've thought about sudoku like this - that's awesome!