1. How do you get the hardness result for non-decreasing functions?
To get the hardness result for non-decreasing functions, in the construction, “lift” the function by considering f(t)+ t instead of f(t).
read more
2. What is the main question raised by all these algorithms?
An important question raised by all these algorithms is whether the computed output is a compressed representation of the output.
read more
3. What is the way to organize the pairwise sums of functions?
Another way to organize the pairwise sums of functions is to use the binary tree constructed with Huffman algorithm (where weights are the number of jump points, i.e. tuples in the data structure), it is proven that the overall complexity is better than the balanced binary tree.
read more
4. What is the main issue with the transform?
Its use seemed promising (e.g. convolution becomes addition for the transformed functions), however one important issue is that this transform is not injective for non-convex functions.
read more





