menu
saropa_dart_utils package
documentation
graph/graph_utils.dart
Adjacency typedef
Adjacency typedef
dark_mode
light_mode
Adjacency
typedef
Adjacency
=
List
<
List
<
int
>
>
Unweighted: list of neighbors per node.
Implementation
typedef Adjacency = List<List<int>>;
saropa_dart_utils package
documentation
graph/graph_utils
Adjacency typedef
graph_utils library