Expand description
§Chronal Charge
Building a summed-area table allows us to compute the power of any rectangle with only 4 array lookups.
This makes the total complexity O(n³)
, however the calculation for each size is independent
so we can parallelize over multiple threads.
Structs§
- Shared 🔒