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 ... 12 13 14 15 16 ... 81
Title Δ
K&R - Exercise 1-9 - Removing Spaces -2.07
Leetcode - Longest Common Prefix - Why is my runtime so slow compar... 0.00
How to get path from one node to all other nodes in a weighted tree... +0.78
Why does the negation of the minimum possible integer yield itself? +0.54
Template for resizing arrays +0.19
How to store the sum of two integers into a long variable in C? +0.86
Trouble Printing Larger Character Strings C++ 0.00
A* search (non goal with 0 heuristic) +1.02
Why doesn't the additive constant in Big-O notation matter? +0.02
c++ output const char * with delimiters 0.00
Are all problems in NP which are not P NP-complete? -0.28
Program Runs Even Though I Return -1? -0.09
Implement a PriorityQueue using a BinarySearchTree : C++ 0.00
Is there a faster algorithm for constructing the adjacency list of... 0.00
Checking if two patterns match one another? +0.66
Time complexity of loop with multiple inner loops +1.28
Are time complexity of pre-order and DFS on a balanced binary tree... 0.00
Bug in calculator 0.00
What would be the execution time for the following algorithm? 0.00
If Hashset 'add' complexity is O(1), then how unique elemen... 0.00
Minimising the number of bus changes in a matrix -0.44
Time Complexity of printing BST using inorder successor method 0.00
Twin array Find a Minimum value from each Array index must be diffe... +0.23
Java - Big O of bit manipulation? +0.42
Why is the time complexity of this example from "Cracking the... 0.00
Master Theorem & Recurrences -2.29
Is the the set difference of 2 context free languages context free? 0.00
Redis time complexity of O(log(N)+M) +0.19
Dijkstras Algorithm Sets 0.00
shrink_to_fit() vs swap trick +0.16
What is the time complexity of this doubly-nested loop? 0.00
Checking if a graph is at-least-one-way-connected 0.00
How to count the number of 1 bits set in 0, 1, 2, ..., n in O(n) ti... +0.84
C/C++ Functions - How are prototypes allowed? +0.23
Graph Algorithm for Dismantling 0.00
What does (int_1 += *pointer++ = int_2++) < int_3 mean? +0.84
Why do I need to put an L before the string and do I create this va... +0.55
Overloading of virtual functions 0.00
HashMap/HashTable - Add collision to end of bucket or beginning or... 0.00
Sort algorithm and distance between number 0.00
Why iterating list gives me stackoverflow error? +0.20
What is the runtime of this recursive code for computing exponents? +0.21
If g(n) = sqrt(n)^sqrt(n), does the complexity of g(n) = O(2^n)? +0.96
What is the difference between the design of algorithms and the ana... +0.18
Rotational invariant hash function for binary matrix 0.00
Merging two sorted linked list--understanding why it's O(1) vs.... +0.55
Why are logarithms in computer science presumed to be base-2 logari... 0.00
Why would two nodes of a BST be in the wrong place, anyway? 0.00
Fast algorithm for computing Kendall Tau distance between two integ... 0.00
Why is f=O(g) if f(n) grows more slowly than g(n)? 0.00