lazutils: avl tree: synced with FPC

git-svn-id: trunk@54541 -
This commit is contained in:
mattias 2017-04-06 10:39:27 +00:00
parent 0c60eb7f18
commit 09b6614558

View File

@ -20,7 +20,7 @@
balanced, so that inserting, deleting and finding a node is performed in balanced, so that inserting, deleting and finding a node is performed in
O(log(#Nodes)). O(log(#Nodes)).
Note! This is a copy of avl_tree unit from FPC 3.1.1 from 26.3.2017. Note! This is a copy of avl_tree unit from FPC 3.1.1 from 6.4.2017.
Can be removed when FPC 3.2 is the minimun requirement for Lazarus and LazUtils. Can be removed when FPC 3.2 is the minimun requirement for Lazarus and LazUtils.
} }
unit Laz_AVL_Tree; unit Laz_AVL_Tree;