I would love more algorithms, data structures, and ML too!
This video is more than worth of my three year CS degree ๐ฅ
I really appreciate this format especially the combination of 100 seconds & beyond 100 seconds
Every time the outro music fades in, I can literally feel that 'i get it now' rush ! Thanks a lot and keep up the outstanding work !!
In 10 Min, I came out with a better understanding of graphs then I have in the previous attempts (which was a lot). Thanks for making graphs make sense.
Hellllll I loved this video. THANK YOU!!! This channel is seriously awesome. One of the best coding channels in the entire internet. โค
straight up one of the best channels on yt
This video is awesome! I love seeing these 100 second videos pop up in my feed, theyโre always fantastic. One note though: an adjacency matrix does have very bad space complexity, but part of the reason for that is that itโs making the trade-off for time. It actually is quite time efficient to check specific connections [O(1)], so it just depends on what your program is prioritizing or needs.
0:26 The notation you used actually indicates it is a bi-directional graph, meaning directions in both ways. An undirected graph would have no arrowheads (since arrows indicate direction), but simply a line.
Did this in 2 year, we spent an Hour on it, you just did in 10mins ๐๐พ๐๐พ๐๐พ
what a great video - would love to see you implement A* or Dijkstra
This channel is a gem
This content is GOLD. Tyvm
great video! quick and efficient refresher for stuff i touched 10+ years ago when i did my bachelor's. thanks :)
More Data Structures and Algorithms videos please!!!
It was great and very informative video. Please make more on algorithm with JS
Remarkable explanation!
You can just add a queue.isNotEmpty logic. If you want to get the shortest path with bfs you can use the Dijkstra shortest path algorithm.
dude, you're hyper productive. would love to see some day in life video of yours
@Fireship