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 ... 41 42 43 44 45 ... 81
Title Δ
Why should I prefer using the free store over the heap? 0.00
Efficient implementation of an iPod-like shuffle algorithm? +0.19
Is this grammar for matched brackets LL(1)? 0.00
How to modularize heuristic in A* (run-time heuristic) 0.00
How can I remove the number associated with typeid( ).name( ) in C++? +0.50
How do I determine the time complexity of a recursive loop in Python? 0.00
Time complexity of a function with time 1 + 8 + 27 + 64 + ... + sqr... 0.00
What are some ways to combine a number of (potentially incompatible... -1.35
Complexity of factorial recursive algorithm 0.00
What is a decimal search tree? 0.00
Regular Expression for a infinite language 0.00
Significance of various graph types 0.00
Why can in-class initializers only use = or {}? 0.00
2-3-4 tree height imbalanced -0.32
Replacement Selection Sort v. Selection Sort 0.00
Multiple entries in an LL(1) parsing table? 0.00
Is there a way to make this grammar LALR(1)? -1.07
Is there a name for a tree like graph, where nodes can have multipl... 0.00
B+ Tree node implementation -3.20
What is the time complexity for repeatedly doubling a string? 0.00
Why does this implementation of quicksort return from a void functi... +0.56
Why can write expressions like string s = "xxx" in C++? 0.00
What is the Big O Notation of a nested loop where the inner loop is... -0.45
A regular expression for repeated, interleaved copies of a string? 0.00
How to check if line segment intersects a rectangle? 0.00
Infinite loop in constructor without for or while +0.40
Finding elements in a BST that sum up to a provided value +0.19
Optimal distribution of power plants on a city 0.00
Big-O notation for two simple recursive functions +0.19
BFS - WordChain/Wordladder 0.00
Determine that the languages accepted by two finite automata are sa... 0.00
What's the name of this array data structure? +0.51
A template class that produces typename and typedef related errors... +1.23
Find the Nth term in a sequence in C++ 0.00
Cannot understand CYK Algorithm pseudo-code 0.00
Why is discarding the volatile qualifier in a function call a warni... +1.24
Number of binary search trees over n distinct elements +0.80
Using recurrence relations to prove a function has exponential runt... 0.00
No such thing as a perfect hash function? 0.00
How standard is std::thread? 0.00
Is there a graph coloring algorithm where limits can be placed on n... 0.00
Why do Fibonacci heaps need cascading cuts? 0.00
Is there a standard abstraction for semirings or monoids in C++? +0.26
Hash Function not strictly dependent on size of string key +0.97
How does the recursive(reentrant) mutex works? 0.00
What does (Node)nodes.get(j)) means in the Graph file? 0.00
Binary Search Tree (wrapper) 0.00
CFG example: can double variable be replaced with 2 different assig... 0.00
Time complexity for separate chaining and open addressing in hashing 0.00
Shortest path between two given nodes in unweighted graph/tree 0.00