UCF-Apocalypse-Attack / hackpack

4 stars 0 forks source link

Replace 2D BIT with KD BIT #32

Open ssk4988 opened 3 months ago

ssk4988 commented 3 months ago

https://github.com/ucf-programming-team/hackpack-cpp/blob/master/content/data-structures/KDBIT.h

It might just be slower, haven't gotten the chance to compare it on problems where it is intended.

It TLE's on two more cases on CSES than with KACTL's 2D Offline BIT (Both TLE on CSES with implicit bs)