CodingTrain / Suggestion-Box

A repo to track ideas for topics
572 stars 86 forks source link

Computer Science Algorithm Suggestions #1306

Open simon-tiger opened 5 years ago

simon-tiger commented 5 years ago

Because I like computer science these days, here are some computer science algorithm suggestions:

If you're brave, Do you want more even after all of this? One last note: you're not going to do all of them (probably!).

b4ux1t3 commented 5 years ago

Spanning trees and hash tables get my vote. I think it'd be pretty easy to make them look cool.

simon-tiger commented 5 years ago

Well, we don't have to vote! We can do more than one, I just think it will be overwhelming to do all of them.

simon-tiger commented 5 years ago

Why I requested this even though The Coding Train has already done a series called Algorithms & Graphs: https://www.youtube.com/watch?v=hhvgeKw8y5Y

b4ux1t3 commented 5 years ago

Dan could certainly do all of them, eventually. It's be worth exploring community interest balanced with prerequisites for a given algorithm.

Personally, I'd love to see Dan do a visualization of the spanning tree protocol in action on a network, since that's a nice real-world use case. But before we get there, we'd need to talk about graphs (which he has, I think) and all that stuff.

My comment here is more of an example than an actual suggestion, just how I think it would be best to approach a topic this deep.