Tagged Questions

0
votes
1answer
46 views

Amortized time per operation using disjoint sets

I happened to read on Wikipedia that the amortized time per operation on a disjoint set (union two elements, find parent of a specific element) is O(a(n)), where a(n) is the invers …
1
vote
2answers
147 views

Amortizing the calculation of distribution (and percentile), applicable on App Engine?

This is applicable to Google App Engine, but not necessarily constrained for it. On Google App Engine, the database isn't relational, so no aggregate functions (such as sum, avera …
1
vote
4answers
317 views

Generating An Amortization Schedule

I have been tasked with creating a program that will generate an amortization schedule. I have only done a bit of research so far, but I need to calculate out payments, interest pe …