develop #1

Open
FirsovAV wants to merge 1097 commits from UNN/2026-rff_mp:develop into develop
Showing only changes of commit b7a6bcc77f - Show all commits

View File

@ -160,7 +160,7 @@ def bst_delete(root, name):
else:
parent['r'] = child
else:
# два ребёнка ищем inorder-преемника
# два ребёнка - ищем inorder-преемника
succ_parent = cur
succ = cur['r']
while succ['l']: