StackOverflow Questions for Tag: amortized-analysis

Vasanthan B
Vasanthan B

Reputation: 1

Why does the latency to perform the shared memory operations decreases with increase in the number of iterations performed?

Score: 0

Views: 87

Answers: 0

Read More
ohad edelstain
ohad edelstain

Reputation: 1645

Why is the time complexity of Python's list.append() method O(1)?

Score: 101

Views: 145649

Answers: 3

Read More
Hugh Mann
Hugh Mann

Reputation: 33

Why does total amortized cost need to be an upper bound on total actual cost?

Score: 0

Views: 271

Answers: 1

Read More
UnderscorePoY
UnderscorePoY

Reputation: 21

Why isn't Python itertools.combinations() in O(1) amortized time complexity?

Score: 2

Views: 113

Answers: 1

Read More
s.m
s.m

Reputation: 11

Proving that amortized time of insertion and deletion on an expanding array is O(1)

Score: 0

Views: 197

Answers: 1

Read More
AlwaysLearning
AlwaysLearning

Reputation: 8051

An example to show that amortized analysis and average-case analysis may give asymptotically different results

Score: 0

Views: 157

Answers: 4

Read More
Philliph
Philliph

Reputation: 31

Is there a function for condensing an expression that has many redundant terms so as to not have to recalculate them?

Score: 1

Views: 71

Answers: 2

Read More
liatkatz
liatkatz

Reputation: 71

Worst-case time complexity of an algorithm with 2+ steps

Score: 0

Views: 83

Answers: 2

Read More
DaNomadicAnalyst
DaNomadicAnalyst

Reputation: 1

How to amortise revenue / cost by month in SQL (ideally PostgreSQL)

Score: 0

Views: 84

Answers: 0

Read More
GrowinMan
GrowinMan

Reputation: 4937

What is amortized analysis of algorithms?

Score: 95

Views: 61906

Answers: 7

Read More
Oldring
Oldring

Reputation: 3

Is amortized time complexity analysis broken for immutable colections?

Score: -2

Views: 238

Answers: 2

Read More
Sangjin Kim
Sangjin Kim

Reputation: 1061

Why is amortized cost of Python list append is O(1) even though it does not double the capacity when there is no space left?

Score: 1

Views: 551

Answers: 1

Read More
JimmysPavlou
JimmysPavlou

Reputation: 27

What time complexity does this graph represent?

Score: 1

Views: 174

Answers: 1

Read More
Noy
Noy

Reputation: 227

Resizing an array by a non-constant, continually

Score: 1

Views: 532

Answers: 2

Read More
SomethingSomething
SomethingSomething

Reputation: 12276

Heap-sort time complexity deep understanding

Score: 3

Views: 3279

Answers: 2

Read More
The Sam
The Sam

Reputation: 11

Amortized Cost in Data Structure

Score: 1

Views: 126

Answers: 1

Read More
Vinicius Nunes
Vinicius Nunes

Reputation: 11

What is "amortized number"?

Score: 1

Views: 68

Answers: 1

Read More
Daniel
Daniel

Reputation: 51

O(1) Amortized + O(k) = O(k) Amortized?

Score: 1

Views: 101

Answers: 0

Read More
ks1322
ks1322

Reputation: 35845

Does amortized analysis applies to data structures only?

Score: 0

Views: 242

Answers: 2

Read More
norman
norman

Reputation: 5586

Aggregate analysis for a sequence of n operations

Score: 4

Views: 3056

Answers: 4

Read More
PreviousPage 1Next