StackRating

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

Blastfurnace

Rating
1546.04 (9,234th)
Reputation
13,855 (10,338th)
Page: 1 ... 7 8 9 10
Title Δ
How can I compare the first N elements of a std::set? 0.00
assignment vs std::swap and merging and keeping duplicates in seper... +1.04
What are some of the common performance issues, irrespective of pro... -3.16
How to remove repetitive characters from std::string -2.28
c++ function with max_element & iterator = 3x slower +0.07
Write a function that return true if 2 passed strings to it are suc... +3.04
std::map: is find(key)->second faster than the [] operator? -3.82
When do you prefer using std::list<T> instead of std::vector&... +1.05
Finding smallest values of given vectors +3.25
Need help identifying an integer sorting algorithm +1.67
creating a map from two vectors +2.57
How can you assert that all std::vector<std::string> are a gi... -1.56
How do I iterate over a Constant Vector? -1.46
Remove duplicates from a list<int> -0.32
How can I interchange the values of two arrays while preserving mem... +2.56
Reverse a string using pointers in a function, output in main is ga... -0.87
Number which occurs only once in the array +0.26
How to write this for-loop using std::for_each or std::transform? +2.09
C++ list remove duplicates strings -3.01
find any of the substrings in a string: if found mark that string ok -1.41
Quicksort to sort an array of objects by a particular member C++ -2.37
Project euler problem 45 -3.28
How can I return a value from a function +2.12
Comparing two arrays +2.49
Segmentation fault when reading a vector -0.08
Changing object members via an iterator? -1.26
Removal of special character in string in C++ +0.83
Implementing a priority queue that can be iterated over in C++ +3.48
markov chain testing and implementation +3.50
Copying array of ints vs pointers to bools -1.87
taking big integer input all at a time in C++ +2.64
C - allocating an array of pointers, and usage - typecast safety -1.19
quicksort bug not found +1.65
How to split these strings into an array -3.38
Interview question on stack -1.58
C++ lambdas for std::sort and std::lower_bound/equal_range on a str... +1.69
bottom up mergesort -2.19
string::find returning a value of -1 when it's expected to return a... -0.93
string::compare superfluous parameter? -1.28
C++ algorithm to calculate least common multiple for multiple numbers +4.19
What does this C code do? +2.51
O(n) algorithm to find the median of a collection of numbers -3.64
How do I scale down numbers from rand()? +4.55
Safe way to continuously erase from a std::vector? +4.04
nice way of doing 'if ALL items in collection pass test' -2.14
number of matches in two sequences with STL -0.97
Can You Use Arithmetic Operators to Flip Between 0 and 1 -2.65
Does glutMainLoop() make the application's main run like a loop? 0.00
Array-strings sorted using qSort in C +0.31
Is a std::list empty when it is first constructed - even if it is a... -0.42