StackRating

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

Loc Tran

Rating
1493.08 (4,338,587th)
Reputation
1,177 (134,735th)
Page: 1 2
Title Δ
If statement(s) in lieu of a while loop +4.07
Trapezoidal Integration in C +4.13
What does the line seed[0] *= 16807 do -1.72
Declaration mistake in C with return value -2.29
Modifying the Prime Number Sieve in C 0.00
Transpose Matrix Using Pointer in C +0.80
What's causing my array to be filled with unwanted numbers +4.16
Use C++17 features to better delete all pointers from a container -1.14
Printing matrix from an txt file in C +0.17
Dividing pay into smallest amount of US bills -3.64
C++ ofstream dynamic file names and content +2.56
Local int vs Global int in C -3.77
CS50 pset5 hashtable nodes 0.00
problem in either freeing memory (or allocating) +0.83
dynamically allocating memory to matrices +0.18
adding value to struct, adding goes wrong in C +0.62
Segmentation fault error when I try to run this program 0.00
Vector of class within a class, how to restrict it for only 1 time? -2.81
C - Accessing linked list inside of linked list 0.00
Implementing a stack using nodes, the top node pointer is not known... 0.00
Segmentation fault (core dumped) error in my snake sort algorithm 0.00
Reducing the number of overloaded functions and constructors +3.26
Why are my variables not being calculated properly? 0.00
Program with array to find a sum in c +3.30
How use $TIGER from the "Modern Compiler Implementation in C&q... 0.00
C - assigning a value to a null pointer 0.00
Anagram tester in C -0.95
How to continue to next line of code, if variable calculated is not... 0.00
Character variable not getting printed correctly while using cin an... -1.92
How to find factors of each number in an array -3.17
Create a static libary and link against it 0.00
Is single threaded program executing on multiple threads? [C] +3.87
Having trouble printing out my structure array in c +4.99
How to recursively/iteratively free all nodes of my data structure? 0.00
Power function by means of recursion -2.02
What does segmentation fault (core dumped) mean? (quicksort code) +0.13
How can I add diagonal element in n*n dynamically allocated matrix? -3.02
Problem with implementing QuickSort with C++ +4.07
Deleting raw pointers from std::vector -2.06
How to handle Integer overflow when calculating factorial > 31 -3.89
STABLE_PARTITION problems: no matching function to call to "sw... -2.90
Initializing abstract class with deleted copy constructor -3.05
My C++ Functions do not seem to be called +4.46
C++ extern object placement 0.00
Vector dot product calculation wrong sum -2.36
How to cast a quotient 0.00
C - how to solve Invalid read of size 1 valgrind error 0.00
For loop cumulative calculation problem. C programming 0.00
How can I access a derived class' methods if it is returned as... -0.62
Why does the code give me wrong triangle? +0.06