Learn Graph as a DataStructure: for mediocres
As I mentioned this is for mediocres who know a little about few data structures looking to advance their skills. If you are a really starting to code, this wont be much help.
Getting to the meet of it.
Graphs:
It was hard to imagine how graphs were implemented and how algorithms like DFS/BFS were implemented .
Next problem was to find usecases to use these new DataStructures(Pls dont go to facebook graph algo etc). I was looking for simple ones.
After few searches on google, I landed on a valuable resource and here it is.
https://www.topcoder.com/community/data-science/data-science-tutorials/introduction-to-graphs-and-their-data-structures-section-1/













