Projects with this topic
-
My solutions to the C Programming A Modern approach book 2nd edition (by K. N. King). These solutions are published for historical purposes and intended to be a guide for other learners to gain intuition rather than being used for cheating.
Updated -
IT013IU-Algorithms-Data-Structures | Lecturer: Dr. Tran Thanh Tung
Updated -
A collection of Data structure experiments I have done over the years for fun.
Updated -
License: CC BY 4.0 https://creativecommons.org/licenses/by/4.0/
The effective algorithm for constant state detection in time series.
Andrei Keino
February 14, 2025
Abstract The article introduces simple and effective algorithm for constant state detection in time series. The algorithm, based on sliding window of variable length, searches a sections of time series which have length more or equal than some given minimal length and have difference between maximal and minimal value in the section less or equal than some given value. It is shown that the computational complexity of aforementioned algorithm is O(N log N), where N is the length of time series.
Updated -
repository with all my programming challanges
Updated -
-
DSA 2 programs.
Updated -