MinLCA algorithms
|
Utils not related to graphs. More...
#include <vector>
#include <algorithm>
#include <iterator>
Go to the source code of this file.
Namespaces | |
minlca | |
Default namespace Default namespace for MinLCA algorithms. | |
minlca::utils | |
Namespace for util functions and classes. | |
Functions | |
template<typename T > | |
int | minlca::utils::posMax (const std::vector< T > &v) |
Index of the maximum position. More... | |
std::vector< int > | minlca::utils::nonNegative (const std::vector< int > &v) |
Vector of non-negative indices. More... | |
Utils not related to graphs.
Definition in file utils.hh.