Better comment.
This commit is contained in:
@@ -12,8 +12,7 @@ int total_target_nodes = 0;
|
||||
|
||||
struct SeveralContinuedDeadNode {
|
||||
bool status;
|
||||
int length; // Caution that when status == dead and length == 1, the node
|
||||
// itself is alive.
|
||||
int length; // Caution that when status == dead and length == 1, the node itself is alive.
|
||||
};
|
||||
|
||||
struct SearchResult {
|
||||
|
||||
Reference in New Issue
Block a user