Skip to content

Commit 463c9aa

Browse files
committed
registered tree memeber for SBBT
1 parent 447a1cd commit 463c9aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pydatastructs/trees/_backend/cpp/SelfBalancingBinaryTree.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ static struct PyMethodDef SelfBalancingBinaryTree_PyMethodDef[] = {
127127
};
128128

129129
static PyMemberDef SelfBalancingBinaryTree_PyMemberDef[] = {
130+
{"tree", T_OBJECT_EX, offsetof(SelfBalancingBinaryTree, tree), 0, "tree"},
130131
{NULL} /* Sentinel */
131132
};
132133

0 commit comments

Comments
 (0)