#pragma once#include "sort.h" class ShakerSort : public Sort{public: ShakerSort(int, int*); void Run(void);public: ~ShakerSort(void);};