AfanasevGad7

This is a task for our favourite professor
git clone git://git.stellar-nexus.ru/AfanasevGad7
Log | Files | Refs

commit f34e49736e9c0ea8dc644d8fefb926d489ff643a
parent 6297636842db3fa1f13d2eaf9346cc21990a81b1
Author: Plat <plat@stellar-nexus.ru>
Date:   Thu, 23 Oct 2025 19:54:09 +0000

Added declaration of balance2

Diffstat:
Mfinal_solution.cpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/final_solution.cpp b/final_solution.cpp @@ -21,6 +21,7 @@ Node* parse_inf(Node*); int get_height(Node*); Node* balance(Node*); +Node* balance2(Node*); Node* left_turn(Node*);