10 6 Topological Sort 22 min

Sdílet
Vložit
  • čas přidán 6. 09. 2024

Komentáře • 8

  • @mrwanderer14
    @mrwanderer14 Před 4 lety +5

    12:25 topological sort - DFS

  • @tenthlegionstudios1343
    @tenthlegionstudios1343 Před 3 lety +1

    I have gone through about 4 or 5 data structures and algorithm books/series throughout my programming career for interviewing. Your 4 part book series with the youtube videos, and website, are by far the best. Simple explanation with great examples. Quizes in the books and lectures to ensure understanding and learning. This book series will be my number one suggestion from now on for DS and Algorithms. Please come out with an advanced series as well! Suffix arrays, LCP, compressed tries, and more. I find learning about these topics more difficult as the books tend to be too mathematical for me to easily digest, and the video series's too sporadic. For instance, the MIT video on compressed tries (SA) explains the DC3 algorithm somewhat, but from the explanation I couldnt implement it on my own and needed to watch 4 other videos on it. As well as read the papers on its implementation.

  • @kuan-chunlee9611
    @kuan-chunlee9611 Před 3 lety +3

    Thanks for the great course. but It seems that there is a lag of the content to the speech.

    • @jonathanlee8162
      @jonathanlee8162 Před 2 lety

      yea a little lag between the voice and the slides

  • @toantruong9533
    @toantruong9533 Před 6 lety +1

    Thank you for this amazing course.

  • @jonathanlee8162
    @jonathanlee8162 Před 2 lety

    What if there is a second localized sink vertex? eg one with only 2 levels and another sink vertex with level 10. The algorithm may end up labeling level 2 sink vertex as 10

  • @bahabouali6886
    @bahabouali6886 Před měsícem +2

    who came here from leetcode

  • @ruslankhametov9095
    @ruslankhametov9095 Před 6 lety +1

    Excellent course, but I wish examples were much more complicated to better understand explained concepts/ideas