vg
tools for working with variation graphs
Namespaces | Functions
longest_overlap.hpp File Reference
#include <vector>
#include <algorithm>
#include <cstdint>

Namespaces

 vg
 

Functions

template<class StringLike >
size_t vg::longest_overlap (const StringLike &str1, const StringLike &str2)
 
template<class StringLike >
vector< int64_t > vg::z_algorithm (const StringLike &str)