You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,18 @@ This library provides low-level tree and linked list data structure traits for t
6
6
7
7
## Overview
8
8
9
-
`platform-trees` is a Rust implementation of tree and linked list methods used by the Links Platform. It provides generic traits that can be implemented for various storage backends, enabling efficient tree-based data structures with size-balanced binary (SZB) tree algorithms.
9
+
`platform-trees` is a Rust implementation of tree and linked list methods used by the Links Platform. It provides generic traits that can be implemented for various storage backends, enabling efficient tree-based data structures with size-balanced tree algorithms.
10
10
11
11
## Features
12
12
13
13
### Tree Structures
14
-
-**`SzbTree`** - Size-balanced binary tree trait with core operations:
14
+
-**`RecursiveSizeBalancedTree`** - Base size-balanced binary tree trait with core operations:
0 commit comments