diff options
| author | Gloria Mundi <gloria@gloria-mundi.eu> | 2024-05-02 22:18:05 +0200 |
|---|---|---|
| committer | Gloria Mundi <gloria@gloria-mundi.eu> | 2024-05-02 22:18:05 +0200 |
| commit | 2ff696b7a72f484f435ffc37dcacedb6fa434b3b (patch) | |
| tree | cae8bed3e7fecb61f6d0aec582bea5466ea5939b /datastructures/test | |
| parent | 2ecbcca9952475c40bfd2a936b7631b236dfc922 (diff) | |
remove sz() from Fenwick trees
Diffstat (limited to 'datastructures/test')
| -rw-r--r-- | datastructures/test/fenwickTree.cpp | 1 | ||||
| -rw-r--r-- | datastructures/test/fenwickTree2.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/datastructures/test/fenwickTree.cpp b/datastructures/test/fenwickTree.cpp index 4c9695f..f9dd619 100644 --- a/datastructures/test/fenwickTree.cpp +++ b/datastructures/test/fenwickTree.cpp @@ -1,4 +1,3 @@ -#define sz ssize #include "../fenwickTree.cpp" void test(int n) { diff --git a/datastructures/test/fenwickTree2.cpp b/datastructures/test/fenwickTree2.cpp index 3567b05..18ebcb7 100644 --- a/datastructures/test/fenwickTree2.cpp +++ b/datastructures/test/fenwickTree2.cpp @@ -1,4 +1,3 @@ -#define sz ssize #include "../fenwickTree2.cpp" void test(int n) { |
