We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752544a commit d096f89Copy full SHA for d096f89
weilycoder/ds/offline_static_range_query.hpp
@@ -1,6 +1,11 @@
1
#ifndef WEILYCODER_OFFLINE_STATIC_RANGE_QUERY_HPP
2
#define WEILYCODER_OFFLINE_STATIC_RANGE_QUERY_HPP
3
4
+/**
5
+ * @file offline_static_range_query.hpp
6
+ * @brief Offline Static Range Query Data Structure
7
+ */
8
+
9
#include "group.hpp"
10
#include <cstddef>
11
#include <numeric>
0 commit comments