StackRating

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

templatetypedef

Rating
1691.92 (187th)
Reputation
276,765 (139th)
Page: 1 ... 35 36 37 38 39 ... 81
Title Δ
compilation error ::vector ::iteratator +0.21
Inserting values left to right in a binary search tree +0.21
In C, is it guaranteed that 1/2 == 0? 0.00
Algorithm for 0 and and any other x +0.62
Programmatically detecting whether a point is on a circular arc? 0.00
Using big-O notation to count the number of bits in x^2? 0.00
Time complexity measured as a function of the number of bits in the... 0.00
When are the multiplications done in this recursive factorial funct... -1.32
Finding a nonzero integer x where x == -x? -0.11
Listing off players in a tournament such that each player won again... +0.96
What is the running time for this function? 0.00
How is it possible to do binary search on a singly-linked list in O... +0.92
How is it possible to do binary search on a doubly-linked list in O... 0.00
How many unique strings is possible with set amount of characters a... -0.41
Calculating the big-O complexity of this selection sort implementat... 0.00
How to implement decrease-key in a Fibonacci heap to run in O(1) am... 0.00
A divide-and-conquer algorithm for counting dominating points? -1.18
What is the intuition behind the Fibonacci heap data structure? 0.00
What is the time complexity of multiplying two matrices of unequal... 0.00
Why isn't this code finding the length of the longest string in my... 0.00
Is the language L={words without the substring 'bb' } regular? 0.00
Calculate sin without cmath +0.19
Logic error, number passed by reference significantly higher +1.04
Why does n^O(1) mean polynomial time? 0.00
Squaring values in a vector -1.28
Why is O(n^2) the same as Θ(n^2)? -0.46
How to overload index operator in C++? 0.00
Complexity of a dynamic programming versus memoization in this case? 0.00
Can I replace the built-in pow function using this custom function? +0.72
new and delete operator overloading 0.00
Why is Sat complement not in NP? 0.00
How can I calculate the exact worst-case running time of a function... 0.00
What is the worst-case time complexity of dequeuing from a two-stac... 0.00
Detecting if a string has unique characters: comparing my solution... +1.05
Algorithm to find the missing value from a series of strings in java 0.00
What's the difference between while(cin) and while(cin >> num) +1.42
Time complexity of this primality testing algorithm? 0.00
Is this grammar LL(1)? -3.32
What are the differences between suffix links and failure links? 0.00
An issue on red-black trees +0.21
Understanding Time complexity of O(max(m,n)) +0.73
Network flow- Ford Fulkerson Algorithm 0.00
Complexity of searching this article database 0.00
Solving the recurrence W(n) = W(n / 2) + n log n? 0.00
Regular and non-regular sets 0.00
SLR(1) or LR(1) Parsing 0.00
Questions about efficiency of 0/1 Knapsack? 0.00
The complexity of n choose 2 is in Theta (n^2)? 0.00
How do decide whether 5^n o, Θ, or ω of 7^n? 0.00
Finding the second smallest number from the given list using divide... +0.98