Skip to content

Commit d096f89

Browse files
committed
fix: Add missing file description and brief to offline_static_range_query.hpp
1 parent 752544a commit d096f89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

weilycoder/ds/offline_static_range_query.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#ifndef WEILYCODER_OFFLINE_STATIC_RANGE_QUERY_HPP
22
#define WEILYCODER_OFFLINE_STATIC_RANGE_QUERY_HPP
33

4+
/**
5+
* @file offline_static_range_query.hpp
6+
* @brief Offline Static Range Query Data Structure
7+
*/
8+
49
#include "group.hpp"
510
#include <cstddef>
611
#include <numeric>

0 commit comments

Comments
 (0)