CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Threaded View

  1. #1
    Join Date
    May 2009
    Posts
    5

    Amortized cost analysis

    I recently came across an amortized cost analysis problem where one was asked to find the cost of a total of n operations on average. Does that mean that the problem is asking for the average cost of each operation or is it referring to the total cost of n operations? The wording is kind of confusing.
    Last edited by humor_me; May 22nd, 2009 at 09:37 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured