StackOverflow Questions for Tag: complexity-theory

Suugaku
Suugaku

Reputation: 2747

Programming languages complexity

Score: 6

Views: 5072

Answers: 12

Read More
Felix Doe
Felix Doe

Reputation: 299

Time Complexity

Score: 0

Views: 1436

Answers: 4

Read More
Max Haslbeck
Max Haslbeck

Reputation: 191

Why does C++11 require std::sort to have WCET O(n log n)?

Score: 14

Views: 427

Answers: 2

Read More
user8934825
user8934825

Reputation: 19

What is the computational complexity of generating a stream from a HashSet of a given size and capacity?

Score: 1

Views: 44

Answers: 1

Read More
Jeffrey Lott
Jeffrey Lott

Reputation: 7439

Difference between Big-O and Little-O Notation

Score: 455

Views: 400052

Answers: 5

Read More
Dirk
Dirk

Reputation: 6884

What's the fastest algorithm for sorting a linked list?

Score: 115

Views: 171844

Answers: 15

Read More
user2377778
user2377778

Reputation: 73

Step Count in Algorithm

Score: 2

Views: 8392

Answers: 3

Read More
Mutmut
Mutmut

Reputation: 13

Can we get a better complexity than O(n) for cumulative sum while using multithreading?

Score: 1

Views: 151

Answers: 2

Read More
Stephen Ware
Stephen Ware

Reputation: 111

How to write a unit test to determine if an operation takes about linear time?

Score: 0

Views: 56

Answers: 2

Read More
martinkunev
martinkunev

Reputation: 1405

Why is the time complexity of Dijkstra O((V + E) logV)

Score: 1

Views: 10337

Answers: 2

Read More
David
David

Reputation: 1463

Worst scenario for shell sort: Θ(N^3/2) or O((NlogN)^2)?

Score: 4

Views: 2913

Answers: 2

Read More
Arec Barrwin
Arec Barrwin

Reputation: 62051

What is a plain English explanation of "Big O" notation?

Score: 5393

Views: 844470

Answers: 43

Read More
Ravid Ofek
Ravid Ofek

Reputation: 49

Smooth GPS tracking with google maps

Score: 0

Views: 67

Answers: 1

Read More
yes
yes

Reputation: 9

Can someone evaluate the time complexity of this function

Score: 1

Views: 184

Answers: 1

Read More
templatetypedef
templatetypedef

Reputation: 373082

What would cause an algorithm to have O(log log n) complexity?

Score: 124

Views: 132110

Answers: 3

Read More
jameshfisher
jameshfisher

Reputation: 36559

Haskell GHC: what is the time complexity of a pattern match with N constructors?

Score: 36

Views: 1853

Answers: 1

Read More
Stephen Emslie
Stephen Emslie

Reputation: 11015

Time complexity of python set operations?

Score: 172

Views: 277854

Answers: 4

Read More
user3700810
user3700810

Reputation: 1

Solving 2sat #P algorithm results into P=NP

Score: -1

Views: 622

Answers: 2

Read More
Riccardo Piana
Riccardo Piana

Reputation: 107

Isn't every algorithm technically ω(0)?

Score: 0

Views: 76

Answers: 1

Read More
yyy
yyy

Reputation: 912

Time complexity of nested for-loop

Score: 66

Views: 225903

Answers: 11

Read More
PreviousPage 1Next