![]() |
Bridges-C++
3.2.0
Bridges(C++API)
|
#include <unordered_set>
#include <unordered_map>
#include <cmath>
#include "DataStructure.h"
#include "ElementVisualizer.h"
#include "LinkVisualizer.h"
#include <JSONutil.h>
Go to the source code of this file.
Classes | |
class | bridges::datastructure::GraphAdjList< K, E1, E2 > |
This class provides methods to represent adjacency list based graphs. More... | |
class | bridges::datastructure::GraphAdjMatrix< K, E1, E2 > |
This class provides methods to represent adjacency matrix based graphs. More... | |
class | bridges::datastructure::Element< E > |
This is the fundamental building block for all data structures in BRIDGES. More... | |
Namespaces | |
bridges | |
these methods convert byte arrays in to base64 codes and are used in BRIDGES to represent the color arrays as strings. The code is adapted from external sources detailed below. | |
bridges::datastructure | |