MCPcopy Create free account
hub / github.com/TheAlgorithms/Rust / median

Function median

src/math/average.rs:42–54  ·  view source on GitHub ↗

# Argument `sequence` - A vector of numbers. Returns median of `sequence`.

(mut sequence: Vec<T>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

mean_of_twoFunction · 0.85
is_emptyMethod · 0.45
partial_cmpMethod · 0.45
lenMethod · 0.45

Tested by

no test coverage detected