2018-04-01から1ヶ月間の記事一覧

動的ウェーブレット木

ウェーブレット木的データ構造を平衡二分探索木を使って動的にしてある。 まだ書いてる途中でたぶんバグも残ってるので注意。 #include <iostream> #include <stdlib.h> #include <time.h> using namespace std; #define uint unsigned int class WaveletTree2{ private: struct node{ ui</time.h></stdlib.h></iostream>…

テスト

テスト int i; // テスト int i;