Skip to content

Commit c6d3e7b

Browse files
authored
Update splay_tree.cpp - remove push() call
1 parent 693df0b commit c6d3e7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

splay_tree.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ struct node {
4040
}
4141
if (!r())
4242
rot();
43-
push();
4443
}
4544
} verts[100013];
4645
int t = 0;

0 commit comments

Comments
 (0)