step20
Loading...
Searching...
No Matches
Namespaces | Functions
longest_common_substring.hpp File Reference
#include "suffix_array.hpp"
#include <limits>

Go to the source code of this file.

Namespaces

namespace  step20
 
namespace  step20::longest_common_substring
 

Functions

template<std::ranges::input_range R1, std::ranges::input_range R2, std::weakly_incrementable O, class Compare = std::less<>>
step20::longest_common_substring::copy (const R1 &r1, const R2 &r2, O result, const Compare &comp={})
 Find the longest substring of two strings.