Since Two-Coloring is a special type of DFS problem, I recommend you merge this module with DFS. Like the directed graph DFS, Two-Coloring, in my opinion, should be merged with DFS, since there isn’t a lot of material to be problem, and the problem count is roughly the same.
1 Like
True.
1 Like