We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def41a7 commit 51d450cCopy full SHA for 51d450c
DataStructures/Segment Tree/segtree.h
@@ -9,7 +9,7 @@ using namespace std;
9
* @Data Data type of actual values
10
* @Node Data type of what to store in segment tree nodes
11
*
12
- * Node must have constructor Node(const Data &d)
+ * Node must have a default constructor and a constructor Node(const Data &d)
13
*/
14
template<typename Data, typename Node>
15
class SegTree
0 commit comments