Files
serai/substrate/median/README.md
Luke Parker e7c759c468 Improve substrate-median tests
The use of a dedicated test module ensures the API doesn't hide anything which
needs to be public. There's also now explicit tests for when the median is the
popped value.
2025-11-25 23:46:12 -05:00

9 lines
233 B
Markdown

# Substrate Median
An efficient implementation of a median algorithm within a Substrate runtime.
For more information, please see the
[documentation](
https://docs.rs/substrate-median/latest/substrate_median/trait.Median.html
).