Sprout/sprout/algorithm/nth_element.hpp
2011-09-03 22:26:26 +09:00

8 lines
270 B
C++

#ifndef SPROUT_ALGORITHM_NTH_ELEMENT_HPP
#define SPROUT_ALGORITHM_NTH_ELEMENT_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/fixed/nth_element.hpp>
#include <sprout/algorithm/fit/nth_element.hpp>
#endif // #ifndef SPROUT_ALGORITHM_NTH_ELEMENT_HPP