StackRating

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

Tony Tannous

Rating
1497.45 (3,954,646th)
Reputation
6,074 (26,849th)
Page: 1 2 3 4 ... 6
Title Δ
Down sides of abusing O(1) lookup of a hash table? +0.64
Can i traverse array in O(logn) 0.00
Context switch in the middle of a system call 0.00
I'm trying to create a currency conversion program with c++, I... 0.00
Why is there a run time error for this code? +2.05
What's the difference between while(wait(NULL)){} and while(wai... -0.03
What does this statement tell please explain if(!(!x) && x) -0.01
What tokens are permitted as arguments to #include? +2.94
C++ return value type (integer) does not match the function type +0.53
Why is std::mutex neither copyable nor movable? -0.74
How to drop element from std::tuple? -0.15
Finding the smallest of 3 numbers. (School assignment) 0.00
Time and space complexity of c++ program 0.00
Search unsorted array for 3 elements which sum to a value +1.63
Is process address space part of Process Control Block(PCB)? 0.00
How to pass an array of struct to pthread_create? C -0.47
Why is pop_back() not working in this code? 0.00
What is the size of a page table entry in a multi level page table? 0.00
How are hardware interruptions handled in non-preemtive scheduling? -1.14
How to start exactly two child processes in C? +0.51
Rearrange keys in std::map +1.31
Easiest implementation of Graph in cpp -0.47
Problems understanding string return 0.00
Given solution using Bitmask, I am unable to understand the evaluat... 0.00
While loop in C, with non-executed condition 0.00
Should clang and gcc produce a diagnostic message when a program do... -1.09
How to redirect stderr and stdout to the same file 0.00
How to get the mode of a file descriptor? -1.94
Why is a runtime error is produced when we return a local address b... 0.00
Why does malloc(0) cause a major memory leak on Windows? -0.42
Why won't my program run in GDB online compiler/debugger or Vis... +0.50
It only runs the first " if " why so? +0.54
array size stays the same even after memory allocation +0.10
Is it necessary to put return in a void recursion? -0.20
Why create a .cpp file when I could declare and define it all in th... -0.79
How to use fork in C? 0.00
Write 3 positive numbers and sum +2.04
c++: int overflows when it is smaller than INT_MAX -1.53
Why is C struct tm (time.h) returning the wrong month? 0.00
c++20 execution policy type 0.00
How do I best force-flatten a (one dimensional) vector for N values? 0.00
how to determine if a 0 bit in one int goes to 1 in another int 0.00
How do I properly delete a node from a linked list? +0.50
Why is assigning to an array not allowed in C? +2.35
why does detach thread get no output message? 0.00
Why is the time complexity of creating a heap array not O(log(n!))... 0.00
In my program it program the array prints from ascending order, but... +0.12
uint8_t not printing the right value when casted to unsigned int -0.62
Why is it impossible to pass mutex to function through Call-by-Value? -0.34
Tcl open a .csv while its open in background +0.51