When you see a new problem, look for signals:
Read the problem twice
Identify the graph type (directed/undirected, weighted/unweighted)
Check for phrases like "can reach both ways", "minimum cost", "critical edges"
Match to technique signals from Unit
If you see multiple signals, you might need to combine techniques. Practice on mixed problem sets to build pattern recognition speed. Time yourself to check if you can identify the technique within minutes of reading.