2 releases
Uses old Rust 2015
| new 0.1.1 | Sep 25, 2025 |
|---|---|
| 0.1.0 | Sep 25, 2025 |
#999 in Algorithms
268 downloads per month
25KB
502 lines
Splay Tree
This repository contains the library of splay tree that implemented in Rust.
You can add this crate as dependence by:
[dependencies]
splay-tree-rs = "0.1.1"
The main algorithm of splay function is reference from: http://ccf.ee.ntu.edu.tw/~yen/courses/ds17/chapter-4c.pdf
All the codes are under MIT License.