├── LICENSE ├── README.md ├── moving_average.c └── moving_average.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhtb32/EfficientMovingAverage/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhtb32/EfficientMovingAverage/HEAD/README.md -------------------------------------------------------------------------------- /moving_average.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhtb32/EfficientMovingAverage/HEAD/moving_average.c -------------------------------------------------------------------------------- /moving_average.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhtb32/EfficientMovingAverage/HEAD/moving_average.h --------------------------------------------------------------------------------