Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
zero_one_bfs_example.cc File Reference
#include <iostream>
#include <iomanip>
#include <aleph.H>
#include <tpl_graph.H>
#include <Zero_One_BFS.H>
Include dependency graph for zero_one_bfs_example.cc:

Go to the source code of this file.

Typedefs

using Node_Info = char
 
using Arc_Info = int
 
using GT = List_Graph< Graph_Node< Node_Info >, Graph_Arc< Arc_Info > >
 

Functions

int main ()
 

Typedef Documentation

◆ Arc_Info

using Arc_Info = int

Definition at line 41 of file zero_one_bfs_example.cc.

◆ GT

Definition at line 42 of file zero_one_bfs_example.cc.

◆ Node_Info

using Node_Info = char

Definition at line 40 of file zero_one_bfs_example.cc.

Function Documentation

◆ main()