You're ready for this if you already know basic graph algorithms. You can implement BFS, DFS, Dijkstra, and Union-Find without help. You understand adjacency lists and edge weights.
If those concepts still confuse you, go back to the Graph Theory roadmap to build the foundations first.