]> Untitled Git - axy/ft/a-maze-ing.git/commitdiff
Validate performance regression
authorAxy <gilliardmarthey.axel@gmail.com>
Mon, 16 Mar 2026 19:07:53 +0000 (20:07 +0100)
committerAxy <gilliardmarthey.axel@gmail.com>
Mon, 16 Mar 2026 19:07:53 +0000 (20:07 +0100)
amazeing/utils/avl.py

index 75c03ac53b47d33f2da1fd8fec6aa2dcdac52abe..4f061e599c623f27bd7228d627e5ef3d55b2bf03 100644 (file)
@@ -378,7 +378,6 @@ class Branch[T](Node[T]):
                 self.rotate_lr()
             else:
                 self.rotate_ll()
-        self.root().validate()
 
     def balance_one_propagate(self) -> None:
         init_height = self.height