We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01915e commit cb2145cCopy full SHA for cb2145c
README.md
@@ -19,6 +19,7 @@ A library of cross platform C# data structures. Generic [**B-tree**](https://en.
19
### Examples
20
* [BtnEnumerator.Core.examples](BtnEnumerator.Core.examples), [BtnEnumerator.NET.examples](BtnEnumerator.NET.examples)
21
* [FcsFastBTreeN.Core.benchmark](FcsFastBTreeN.Core.benchmark), [FcsFastBTreeN.NET.benchmark](FcsFastBTreeN.NET.benchmark)
22
+* [MultipleKeys.Core.examples](MultipleKeys.Core.examples), [MultipleKeys.NET.examples](MultipleKeys.NET.examples)
23
24
### Performance
25
A [**B-tree**](https://en.wikipedia.org/wiki/B-tree) of order m is a tree which satisfies the following properties:
0 commit comments