summaryrefslogtreecommitdiff
path: root/src/std/containers/graphs.h
blob: 47399e9f432011b5852dff24865a46817a96d2a6 (plain)
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)