digest
Loading...
Searching...
No Matches
List of all members
digest::ds::Naive2< k > Struct Template Reference

Naive2 data structure. Remembers the last minimum index and only loops through the array when this index leaves the window. More...

#include <data_structure.hpp>

Detailed Description

template<uint32_t k>
struct digest::ds::Naive2< k >

Naive2 data structure. Remembers the last minimum index and only loops through the array when this index leaves the window.

Template Parameters
klarge window size

The documentation for this struct was generated from the following file: