[][src]Function rs_graph::search::bfs::default_data

pub fn default_data<N, E>() -> (HashMap<N, E>, VecDeque<N>) where
    N: Copy + Eq + Hash

Return the default data structure to be used in the BFS.

This is a HashMap and a VecDeque.