[][src]Trait algorithms_edu::algo::graph::tree::center::TreeCenter

pub trait TreeCenter {
    pub fn center(&self) -> Center;
}

Required methods

pub fn center(&self) -> Center[src]

Loading content...

Implementors

impl TreeCenter for UnweightedAdjacencyList[src]

Loading content...