Closed o0101 closed 3 years ago
we only need to update the formula if any of the cell that changed and triggered the recalculation
so we only need to compute the graph incrementally (or on initial load)
basically we do a topological sort on the graph to put the dependencies in the right order for resolution
this is to save work when calculating the formulas