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 ... 39 40 41 42 43 ... 81
Title Δ
Why does istream_iterator<string>(ifstream("test.txt&quo... 0.00
0/1 Knapsack Dynamic Programming Optimazion, from 2D matrix to 1D m... 0.00
Analyzing an algorithm with recurrence T(n) = T(n - 1) + T(n - 2) +... +0.20
Sorting an array with Stacks and Queues -0.39
How do you know where to perform rotations in an AVL tree? 0.00
Which PDF of the C++ ISO standard should I read? -1.07
Constructor Call Within Different Constructor Yields Erroneous Data 0.00
What algorithm opencv GCGRAPH (max flow) is based on? 0.00
How does a visitor "define a new operation" in a way that... -2.03
Why can't my WndProc be in a class? +0.20
C++ while loop not working -0.97
Stingy Linked Structure and nodes? +0.19
Implementing the Dutch National Flag Program with Linked Lists +0.47
Why doesn't this code to convert a std::array to a std::string not... +1.17
Why read file first then check? 0.00
How do you use find_if along with reverse_iterator on a C-style arr... 0.00
Understanding Binary Search Tree construction 0.00
Using dynamic array to handle collisions in hash tables +0.17
Bit cost of bit shift 0.00
Algorithm for comparing two lists +0.83
Why is this C expression yielding the wrong answer? +0.20
Getting 'Non-constant expression as array bound' when field is const +0.76
Find steps between node or element 0.00
Can a graph node maintain a list of references to its parents? 0.00
vector Declaration in c++ +0.19
Overload `unsigned` specifier for classes -0.66
Relating O(log n) and O(log a + log b) when a + b = n? 0.00
How does heapsort's big-O runtime relate to the number of compariso... +0.25
Multiplication of numbers by themselves -0.14
Big-O of a function taking on a negative value? 0.00
How many ways can you insert a series of values into a BST to form... 0.00
How many permutations of a given array result in BST's of height 2? -2.93
A comparator that finds chains 0.00
Optimizing Mergesort in Java for O(Nlog(N)) +0.21
Sorting an ArrayList of mixed integers and strings while preserving... +0.72
Big O complexity of loop with two independent inner loops -3.15
Why the output result of this value is always zero? -1.38
Why does this O(N^2) algorithm run so quickly? +0.70
Number of comparisons to find an element in a BST with 635 elements? +0.17
The time complexity of the leader-follower algorithm? 0.00
Time required to list off keys in a B-tree in sorted order? 0.00
Will a minimum spanning tree and shortest path tree always share at... +0.19
Cppcheck: (error) Resource leak 0.00
How to update element priorities in a heap for Prim's Algorithm? +0.85
0/1 Knapsack - A few clarification on Wiki's pseudocode 0.00
How can you count how many swaps bubble sort will perform? 0.00
Searching for the first free index +0.03
How do the JVM and Java implement reading from and writing to files? +0.89
Why is insertion sort Θ(n^2) in the average case? +0.92
Width of a k-ary tree +0.13