fn is_greater<K: PartialOrd>( m_dist: &mut Option<Vec<Vec<K>>>, i: usize, j: usize, value: K, ) -> bool
Helper to check if the distance map is greater then a specific value