|
digest
|
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>
Naive2 data structure. Remembers the last minimum index and only loops through the array when this index leaves the window.
| k | large window size |