File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
(*
4
4
5
- Subclassable Singleton
5
+ Sub-classable Singleton
6
6
Copyright (C) 2014 Christina Louise Warne (aka AthenaOfDelphi)
7
7
8
8
http://athena.outer-reaches.com
Original file line number Diff line number Diff line change 1
1
unit unitGenericBinaryTree;
2
2
3
+ (*
4
+
5
+ Generic Binary Tree
6
+ Copyright (C) 2014 Christina Louise Warne (aka AthenaOfDelphi)
7
+
8
+ http://athena.outer-reaches.com
9
+
10
+ This Source Code Form is subject to the terms of the Mozilla Public
11
+ License, v. 2.0. If a copy of the MPL was not distributed with this
12
+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
13
+
14
+ This unit is part of my Delphi Library (Utilities section) available at:-
15
+ https://github.com/AthenaOfDelphi/DelphiLibrary
16
+
17
+ *)
18
+
3
19
interface
4
20
5
21
{ $DEFINE _BTREEDEBUG}
You can’t perform that action at this time.
0 commit comments