StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

AbcAeffchen

Rating
1499.41 (3,784,562nd)
Reputation
8,705 (17,926th)
Page: 1 2 3 ... 5
Title Δ
Dijkstra's Algorithm complexity vs BFS complexity 0.00
To what extent shall we optimize time complexity? 0.00
How low does c have to be to be able to drop the constant from O(cn)? +0.50
Big O complexity of three nested loops with the last loop in an if... 0.00
Inclusion of quadratic function in Big O notation 0.00
'first wed Jan 2020' vs 'first wed of Jan 2020' in... -1.77
Dijkstra Algorithm with all negative weights -0.01
How does one tell how fast or slow a function grows? 0.00
Finding Big O Notation of For loop which is inside an If condition 0.00
Quadratic Equation in Big-Oh Notation 0.00
Time complexity for the following loop of code? 0.00
Find Big O involving a sum of logs 0.00
NTL library GF2X 0.00
Johnson Algorithm - Negative cycle check 0.00
How can we write nCr in Theta and Big Oh notation in the simplest w... 0.00
What's the time complexity name for O(n*m) (ex: linear, constan... +0.62
Is Big Omega of any linear algorithm n or can it also be 1? -2.15
Why Bellman-Ford algorithm needs v-1 passes? +0.50
Can anyone help me figure out what this algorithm does? 0.00
How can you check if a polynomial is invertible with NTL? 0.00
What is the standard way to construct a polynomial in NTL? 0.00
Negative Cycles in Bellman-Ford 0.00
Why does the Master Theorem only return Theta? 0.00
Are O(n log n) algorithms always better than all O(n^2) algorithms? -0.50
Recurrence relation T(n) = 3T(n-1) + n 0.00
Inverting a ZZ_p matrix in NTL 0.00
Mysql muliple count on same table with subqueries -0.46
Sha1 hash of multiple sha1-hashes -> Secure to identify file? -1.84
mysqli_error() Can't make the conversion 0.00
Сonvert polynomial ZZX or ZZ_pX to string 0.00
Trying to Prove or Disprove a function using the definition of big O +0.45
Doxygen comments for laravel 0.00
Extended polynomials in library NTL 0.00
What is the net running time of the below expression? +0.49
multiplying 2 functions that are both big O of a third +2.57
NTL Library ref_GF2 Run-time Error 0.00
Computational complexity with "fixed dimension" -0.84
How do you figure out Big O and Big Omega of a Septenary Search? +0.04
Can ZZ from NTL be used to represent big numbers needed fro crypto? 0.00
NTL convert ZZX to ZZ_pEX 0.00
Show opening brace in CLion/JetBrains IDE 0.00
Prove or disprove this big Omega proposition +0.06
NTL - how to get the integer representation of an element in GF(2^n) -0.02
Big O as an exponent on both sides? 0.00
I've tried SQL injecting my code which 'technically' sh... +0.33
CLRS exercise 3.2-4 Big-Oh vs Little Oh 0.00
Does little-o and little-omega have upper/lower bounds? -0.01
How much should a programmer know about complexity? 0.00
Big Oh Notation Prove O(2^n) +0.50
Compare growth rate: n·lg(n) and 0.02·n^(1.01). Which one... -1.43