Markopy
Utilizing Markov Models for brute forcing attacks
|
Node class template. More...
#include <vector>
#include <map>
#include <assert.h>
#include <iostream>
#include <stdexcept>
#include "edge.h"
#include "random.h"
Go to the source code of this file.
Classes | |
class | Markov::Node< storageType > |
A node class that for the vertices of model. Connected with eachother using Edge. More... | |
Namespaces | |
Markov | |
Namespace for the markov-model related classes. Contains Model, Node and Edge classes. | |
Node class template.
A node class that for the vertices of model. Connected with eachother using Edge. This class will later be templated to accept other data types than char*.
Definition in file node.h.