1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/** * @file graphs.h * @author your name (you@domain.com) * @brief * @version 0.1 * @date 2024-04-27 * * @copyright Copyright (c) 2024 * */ // Adjacency list backed graphs // Matrix backed graphs (not as useful)