StackRating

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

Tony Delroy

Rating
1561.81 (5,270th)
Reputation
85,937 (933rd)
Page: 1 2 3 4 ... 52
Title Δ
Typecasting of Pointers in C++ -1.42
c++ design (multiple inheritance vs. listing relevant data) 0.00
Printing gibberish after printing all characters c++ 0.00
Pass a parameter to an unordered_map (or set) hash struct +0.41
pragma optimize vs pragma target what is difference 0.00
C++: Recursive locks - are there any drawbacks? 0.00
Is it possible to enable/disable a pure virtual function with `requ... 0.00
what is the difference between x=10 & x{10}? +1.87
Can I declare a variable in an “if statement”? -0.83
Order an std::map by the absolute value of key -0.93
How differ a pointer to first element of a vector vs back_inserter(... -1.05
Extracting value from a vector in C++ 0.00
Hash table rehashing and iterator invalidation 0.00
How does object pointer works in c++? 0.00
c++ read function getting extra letter 0.00
Why I cant read last string from file? 0.00
Size of Class with virtual inheritnce 0.00
why I cannot change the value in loop of `set<set<int>>` 0.00
The call stack drawing 0.00
Time complexity when have composite data type such as tuple or pair? +0.42
Find index of element in vector of pairs -0.12
How to get chained values in case of Collision in unordered_map? +2.00
How to fetch a memory location in C++ without waiting for its retri... -2.25
Why can detached thread in C++11 execute even if the destructor has... -1.68
can dynamic memory allocation be considered as a procedure with O(1... 0.00
hashtable: how to understand this implementation of hashtable based... 0.00
Optimising c++ arrays and vectors 0.00
What am I able to (not) include in a .cpp file? 0.00
C++ | How to get input from the arrow keys with Linux +0.41
Minimizing entries in a many to many hashtable 0.00
State pattern vs Polymorphism 0.00
What is connection between collision and complexity of CRUD operati... +2.10
Implementing Multi threading with Polymorphic Classes 0.00
What is the key searching time for unordered map in C++ STL? 0.00
how do i convert std::vector to char ** in a reliable way? +1.73
What is the time complexity of searching in Dict if very long strin... -1.76
Accessing polymorphic members of a struct that is stored in a vecto... -0.58
C++ map or unordered_map when key is two integers? +1.63
Improving query access performance for unordered maps that are unch... +1.60
What's the most efficient way to extract min, max & median... -1.58
How can I jump from if block to else block without using goto? -1.83
Is there is any difference between `std::list` and boost library `b... 0.00
Counting the max of elements based on stack operations c++ -1.23
I am not sure why I am getting output for this? +0.41
How does the hash base and table size affect the time complexity of... 0.00
What is the advantage of applying a complex hash function and then... 0.00
Fast algorithm that can find an unknown grid destination on a 2d ma... 0.00
How does the MAD (Multiply, Add, Divide) Hashing function work? 0.00
Where are hash table implemented on the database or server code? 0.00
How to split string read from text file into array using c++ +0.51