mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 05:32:37 +02:00
lazutils: avl tree: synced with FPC
git-svn-id: trunk@54541 -
This commit is contained in:
parent
0c60eb7f18
commit
09b6614558
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user