Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
Loading...
Searching...
No Matches
sparse_graphs.h File Reference
#include "elementa/license.inc"
#include "elementa/checks.inc"
#include <cstddef>
#include <iterator>
#include <type_traits>
#include <list>
#include <map>
#include <string>
#include "elementa/base/fundamentaltypes.h"
#include "elementa/base/exceptions.h"
#include "elementa/patterns/validatable.h"
#include "elementa/adts/graphs/graphs.h"
#include "elementa/base/debugging.h"
Include dependency graph for sparse_graphs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  elementa::adts::graphs::SparseGraph< Vertex, Edge >
 A graph that stores all its info in a sparse manner. More...