StackRating

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

Hanjoung Lee

Rating
1512.00 (57,848th)
Reputation
1,474 (110,789th)
Page: 1 2
Title Δ
Performance of pow(x,3.0f) vs x*x*x? -3.57
C++ vector memory allocation 0.00
How to reduce the value of C++ priority queue? -4.13
Lifetime of a class returned as const reference +3.68
taking mod from every iteration in factorial computing in c++ to no... 0.00
C++ delete node and its child nodes -0.01
Pointer to pointer assignment and dereference in C++ -0.28
How to include other c++ header file in vscode? 0.00
C++ | How to make a vector which contains multiple objects of diffe... 0.00
CRTP with abstract interface, dynamic_cast working but dynamic_poin... -3.47
c++ Algorithm Why does an infinite loop go around 0.00
No match for function call when splitting circularly dependent CRTP... 0.00
CMake CXXFlags -O2 / -O3 0.00
Max Sum Subarray with Partition constraint using Dynamic Programming 0.00
Sublime-text3 highlights a } as an illegal character 0.00
Clarification on solution of Google Code Jam 2019, Round 1C, proble... 0.00
How to get variable no of argument with its size in C++ using varia... +4.00
Compiling Libs for Android NDK 0.00
Use a unique_ptr and return a reference or should I use a shared_pt... 0.00
How can I remove the segmentation error in the following code? +3.86
I'm trying to make a static member in my class but compiler is... 0.00
Why is this result? +4.24
Find the Distances of cities from a capital city +4.04
Variable arguments macro and parameter pack expansion 0.00
Reason for segmentation fault despite using equivalent statements -2.98
Algorithm for random answer/question order 0.00
Getting Memory Exception Error when calling C++ method from C# -0.12
Find the index of the subarray whose sum is minimum 0.00
Replace whole string in Vim -2.65
Relying on compiler optimizations with C++ +4.13
Read uint8_t from std::stringstream as a numeric type -4.04
C++ make program cmd friendly 0.00
Create github site/custom page/multiple project 0.00
Different Summands problem greedy alogrithm -2.44
Forwarding to an Aggregate Initializer? -1.98
Generating Random Math Operators in C++ +5.49
Error about deleted bool operator when static_cast to int 0.00
Print adjacency list 0.00
emplace_back is not creating inplace object -0.92
add Lua files to C++ program 0.00
Using operator "/=" at 'declare&initialize' p... -0.11
What is the idea behind ^= 32, that converts lowercase letters to u... +4.42
Google Test: Action that accepts a vector as a parameter 0.00
Leetcode 200. Number of Islands TLE 0.00
Where is the problem in my logic for the Equal Stacks problem? -0.06
Implementing Dijkstra's algorithm with C++ STL 0.00
Memory allocation while using structs in C +4.30
pointer being returned from a function from an SDL library +0.01
How to get a specific word and line from a body of a text file in c++ +4.04
Is base case function mandatory or could it be automatically synthe... -0.12