Skip to content

Attempt to use different way to distinguish between child tree and thread #86

Description

@konard

// TODO: Check if this is possible to use
//var nodeSize = GetSize(node);
//var left = GetLeft(node);
//var leftSize = GetSizeOrZero(left);
//return leftSize > 0 && nodeSize > leftSize;

// TODO: Check if this is possible to use
//var nodeSize = GetSize(node);
//var right = GetRight(node);
//var rightSize = GetSizeOrZero(right);
//return rightSize > 0 && nodeSize > rightSize;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions