StackRating

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

Mo B.

Rating
1507.87 (95,780th)
Reputation
348 (365,093rd)
Page: 1 2 3 4
Title Δ
an algorithm that is Theta(n) is also O(n^2), is this correct? 0.00
Time and Space Complexity of a Recursive Algorithm 0.00
How is the ArrayList add(Type value) method O(1) amortized time com... 0.00
Would the big-omega of a variable that is big-O of a second variabl... 0.00
What is the time complexity of the following short algorithm? 0.00
Algorithms and Datastructures - Am I solving these complexity quest... +4.09
Determine universe of complementary 0.00
Time and Space Complexity of This Algorithm 0.00
Correct way to implement fire and forget async method call -1.99
Why is it linear time to traverse a list? +3.95
Time complexity of two separate nested while loops 0.00
What is the running time of this Triple nested for loop? -3.30
Big O of backtracking solution counts permutations with range +4.09
Time complexity of recursive function with input halved 0.00
Inner Loop starts at i + 1 relationship to sum of integers 0.00
How to solve 𝑇(𝑛) = 2𝑇(𝑛/2) +1 with... 0.00
Big-O notation of an algorithm that runs max(n,0) times? +4.41
What does it mean the complexity of a polynomial function? 0.00
Time complexity of variable assignation 0.00
Is a subset of a context free language decidable? +1.94
Prove that the time complexity of a function is O(n^3) 0.00
Are DeviceClient Methods Thread-Safe? 0.00
Proving Order of complexity proofs if f(n) is Ω(n∗g(n)), then f(n)... 0.00
comparison two arrays in JS in linear time complexities +0.18
There is a find function....Is there an "opposite of find"... +0.11
What are the number of operations in this method? +0.97
Checking if an integer is an integer power of another? 0.00
Time complexity for an algorithm involving two for loops 0.00
Time complexity of a triple nested for loop 0.00
How to achieve transaction concept while dealing with multiple Azur... -3.56
Easy way to download a Cosmos DB from Azure -3.85
Merge many Lists into one list with properties for each list -2.92
copy values from Object[,] Array to Object[][] Array -4.34
How do I determine "Big-oh" time complexity given an exce... 0.00
How to get the compiled query when using Microsoft.Azure.Cosmos 0.00
Run time complexity of multiple nested for loops and StringBuilder 0.00
Nested constant size loop time complexity O(n) or O(n^2)? 0.00
How to construct the order? How to sort tuples? 0.00
Example of time function that doesn't have an average (theta) b... 0.00
Time complexity of a function with two recursive calls that divide... -2.98
F# Factorial function using while loop -1.87
Transactional batch cosmos - write IF certain value read in partition -0.25
How to reduce time complexity of a C# method with nested loops 0.00
How can I prove XOR true true = false in lambda calculus? 0.00
Shortcut in a constructor 0.00
How can I remove everything of a string until the last comma in C#? -1.65
How to invoke a UDF with LINQ in Cosmos DB SDK v3? 0.00
How does Cosmos DB Continuation Token work? -4.07
How to Dynamically create Expression<Func<>> for count... -2.13
Are stored procedures in Cosmos DB automatically retried on conflict? +4.10