Algorithms(線段樹)

線段樹spa #ifndef LINETREE_H_INCLUDED #define LINETREE_H_INCLUDED typedef struct Node { int i, j; // 表示線段樹區間[i, j] int cover; // 表示區間被覆蓋的次數 struct
相關文章
相關標籤/搜索