StackRating

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

RiaD

Rating
1508.10 (88,747th)
Reputation
33,810 (3,470th)
Page: 1 2 3 ... 13
Title Δ
Does O(f(n)) + Ω(g(n)) equal Ω(f(n)) + O(g(n))? +1.87
re.findall('(ab|cd)', string) vs re.findall('(ab|cd)+&#... -1.36
Why is the return value of the fun function 8 instead of 7? +0.02
Avoiding implicit conversion in constructor. The 'explicit'... +0.01
Why compile give note in std::initializer_list regarding function t... +0.56
Redundant mov operations if you passing variable by reference 0.00
How to write a c++ template that works for both a map and vector of... +0.48
Sample number with equal probability which is not part of a set -1.20
Cppreference's complexity? +0.49
Extending std::vector class to get/add an extra functionality 0.00
Tag dispatch with classes 0.00
Syntax for an instance of a class template as a non-type template p... -0.84
Receive iterators as arguments and know class +2.12
Answer queries about the number of distinct numbers in a given range 0.00
base template class can't be constructed 0.00
Aliasing a template parameter pack -1.60
Python's enumerate in c++ -0.07
Longest Common Substring without Dynamic programming or Suffix Tree 0.00
Insertion in std::vector vs. insertion in std::deque 0.00
How to add duration to time_point? 0.00
std::move() is just casting? +0.58
How to use recursive_directory_iterator with algorithm library and... -0.93
Sorting when comparisons cost no time -0.01
Copy on Write with shared_ptr 0.00
How to check if a^b is smaller than n +1.31
How to convert a std::string which contains '\0' to a char*... -0.57
Why did I get the: "Attempting to reference a deleted function... 0.00
template template parameter for stl containers behaving different f... -0.84
Setting a default constructor for one type with multiple inheritance +0.25
Reading a string from user +0.84
How to order the elements of a map using its values if keys are same? -0.00
Find the least greater element on the right +1.34
Binary search runs as slow as linear one, plus finding first value +0.49
How to most efficiently increase values at a specified range in a l... -0.31
What's the best "type renaming" method? -0.46
The fastest C++ algorithm for string testing against a list of pred... +0.59
Keep output and input from alternating? +0.49
Why can't I implicitly construct an object given a suitable con... -1.98
arma::vector mistaken with std::vector 0.00
Why two seemingly lower_bound() same method has different processin... 0.00
Why is my overloaded << operator not working? -1.57
DFA - design a DFA that accepts all strings over {0,1} that contain... +0.26
How to specialize `swap` for classes with bitfield members? -0.24
Function overloading for const char*, const char(&)[N] and std:... -1.88
C++ “invalid comparator” error in operator overload when negating t... 0.00
an algorithm that determines if a graph has a single MST 0.00
Are git commands supposed to be run under the working directory dir... -0.61
Is there an alternative to const_cast<char*> within the funct... 0.00
How std::stack organizes internal storage? +2.42
SFINAE fallback if division operator is not implemented +0.56