StackRating

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

TruthSeeker

Rating
1488.42 (4,438,360th)
Reputation
23 (1,488,409th)
Page: 1 2
Title Δ
Dynamic Arrays: Trying to properly expand the dynamic array and am... +4.18
bit operations on unsigned char in c++ +4.08
Writing a recursive function that takes an array and the size of th... -1.36
Is it possible to declare class in if statement? 0.00
why the values created before c++ fork function called not modified... -3.68
How do I compare two strings in if statement in C -3.59
Single Versus Double pointer in C +3.83
Unknown NULL value accessed -2.97
Segmentation fault when my array is too big -3.76
Can someone help me with this linked list? C++ +3.17
arrange number with 5 digits from the biggest to lowest in c only w... -2.03
Why the loop becomes infinite? -1.60
How to free() an array of structs allocated by malloc()? +4.14
Runtime error in sorting a singly linked list 0.00
The control does not flow beyond 45th line +0.33
Segmentation error in the program of searching for a string 0.00
function to reverse a linked list using recursion in c++ 0.00
What does the test “if (i && (i- 1))” mean? -3.64
Is it legal to pass pointer without length as a destination into me... +2.09
C++, How would I initialize an array to a pointer that looks like t... +4.12
How do I trace recursive function +0.60
Why does using a data structure defined as a preprocessor directive... +2.22
Default initialization for a class pointer +3.58
Recursive mergesort in C not modifying the original array -3.58
Different output on recursive call using static variable +4.25
How to set 2d array with same values using initializer in construct... -1.43
How do multiple recursive calls execute in merge sort? -0.08
Merge Sorted Linked Lists with head node -3.94
Shared memory between NDK and SDK below API Level 26 -3.63
Guard macros in C -3.81
multi dimensional list c++ STL list -2.38
What does *p mean when **p is already declared -3.19
How to handle array of pointer in C? +3.88
what is the problem in creat_list2 function? 0.00
unable of get output from a 2d vector because of runtime error -3.08
How do I reallocate memory to a pointer inside a struct? -2.17
Is jumping over a variable initialization ill-formed or does it cau... -1.20
Applying input limits inside a for loop defining a char array (Tic... +0.06
how to compute the determinant of a Matrix in C using recursive fun... +4.11
I am writing a program to execute first come first service algorith... 0.00
Confusion on how to use strchr in C +0.25
I made a program while ago and i dont understand some parts of it .... -2.05
How does this recursive function return the correct answer? -1.50
Can initialized struct members not serve as integer constants in C? 0.00
How to deduplicate a string where it only deletes consecutive dupli... +4.42
Binary tree - finding K smallest elements -2.26
C++ pointer cannot pass value outside function and segmentation fau... +5.25
How to implement a copy assignment on a doubly linked List? 0.00
why does scanf not store ascii value of character in an integer var... +4.18
Why is it possible to modify a static const variable that is declar... -4.52