Suggest some good resources of Graph theory in java

Hello!! Can you suggest some good resources from where I can learn graph theory, like how to implement it in JAVA, where to use dfs or bfs??

CodeNcode is a great youtube channel to start with ,have editorial of graph theory only thing is they are in cpp(java and cpp are both similar almost) .

1 Like

http://code-library.herokuapp.com/segment-tree-add-max/java

1 Like