Skip to content

Commit

Permalink
registered tree memeber for SBBT
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Ved committed Jun 5, 2024
1 parent 447a1cd commit 463c9aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ static struct PyMethodDef SelfBalancingBinaryTree_PyMethodDef[] = {
};

static PyMemberDef SelfBalancingBinaryTree_PyMemberDef[] = {
{"tree", T_OBJECT_EX, offsetof(SelfBalancingBinaryTree, tree), 0, "tree"},
{NULL} /* Sentinel */
};

Expand Down

0 comments on commit 463c9aa

Please sign in to comment.