StackRating

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

Nelfeal

Rating
1564.62 (4,807th)
Reputation
5,192 (31,903rd)
Page: 1 2 3 4 ... 5
Title Δ
Should lambdas replace function templates in C++? -0.14
I'm not entirely sure the Big O complexity of this 0.00
Variadic template question in piece-wise constructor of std::pair 0.00
How to get the <i>th element of the <n>th permutation o... +2.21
c++ templated static class with a const array of function pointers +1.25
How to make return type of a function to be same as another function? +0.41
How to move a single element inside a SDL_Renderer? 0.00
My code to delete a structure entry does not delete, and I cannot f... 0.00
Efficiently dropping 2 bits from a 32bit data type -0.17
User Defined types and std::vector in C++ -1.91
Compare smaller vector to bigger to check if it differs at the end... +1.90
TSP Genetic Algorithm - path representation and identical tour prob... 0.00
SDL Window - Rendering a sprite C++ 0.00
if vs if constexpr inside constexpr function +1.76
auto declare variable inside condition expression of while in c++ 0.00
About definiteness of definition of algorithm? +0.78
Which one is the acceptable convention for undo / redo behavior? 0.00
Optimal images alignment in container to make them maximal in size... 0.00
Non Deduced context for a non type parameter 0.00
C++ : how base class member variables are initialized properly with... 0.00
Lower Bound Time Complexity of Log Equations +0.38
Is it efficient to use nested hashtables for this practice problem? 0.00
Why doesn't the compiler infer the type of member when using de... +2.04
Why is the move constructor invoked only once? +0.41
copy a source texture on a target texture, where the source is larg... 0.00
Chess c++ console game, differentiate white from black pieces 0.00
Identify this sorting algorithm 0.00
Given a matrix of pairwise orderings, how to enumerate all possible... +0.69
Compiler chooses template specialization when passing default templ... 0.00
SDL2 - Combine front and back buffer? 0.00
Maximum sum of sequence -0.08
how to calculate XOR (dyadic) convolution with time complexity O(n... 0.00
exclusive xor/or operator? 0.00
What does SDL_Init exactly do? 0.00
Good practice way of child object calling parent object 0.00
Fixed-size squares packing on a grid with obstacles 0.00
Why do these two bubble sort implementations differ significantly i... 0.00
Two variadic template arguments with the same size -2.19
Converting tree representing math expression to a string without re... -2.26
Cannot convert from std::shared_ptr<_Ty> to std::shared_ptr&l... +0.97
Why does type aliasing determine whether output is L-value or R-val... 0.00
If there's an if-constexpr, how come there's no switch-cons... -0.77
what is the better way to loop this problem? +1.31
Why matrices get copied while passing through Ref & in Eigen 0.00
c++ What happens when alias to unique_ptr goes out of scope? -0.47
Fastest algorithm to perform N*M iterations in Python +1.21
Detect operator++ signature with std::is_detected_exact 0.00
Find the largest subarray with all ones -0.06
Can I pass a Functor class(that overloads operator()) to a function... -0.66
Template deduction, is this conforming? +2.00