Skip to content

Commit

Permalink
getter() for root_idx done
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Ved committed Jul 11, 2024
1 parent d282ee8 commit 27955d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pydatastructs/trees/_backend/cpp/CartesianTree.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ typedef struct {
PyObject_HEAD
SelfBalancingBinaryTree* sbbt;
ArrayForTrees* tree;
PyObject* root_idx;
} CartesianTree;

static void CartesianTree_dealloc(CartesianTree *self) {
Expand Down

0 comments on commit 27955d9

Please sign in to comment.