Better comment.

This commit is contained in:
unlockable
2023-11-05 14:19:57 +08:00
parent 1d3a916eb5
commit 744a773e95

View File

@@ -12,8 +12,7 @@ int total_target_nodes = 0;
struct SeveralContinuedDeadNode { struct SeveralContinuedDeadNode {
bool status; bool status;
int length; // Caution that when status == dead and length == 1, the node int length; // Caution that when status == dead and length == 1, the node itself is alive.
// itself is alive.
}; };
struct SearchResult { struct SearchResult {