StackRating

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

chqrlie

Rating
1549.14 (8,204th)
Reputation
66,615 (1,321st)
Page: 1 ... 12 13 14 15 16 ... 75
Title Δ
Reversing a string without using any library function +0.16
Converting given mantissa, exponent, and sign to float? -0.40
Is it possible to optimize and faster multiplying an array by a num... -0.37
Why does my program let me change a value of a const char in C? +1.44
Finding all the Palindromes in int array C 0.00
why does while(*s++ == *t++) not work to compare two strings +1.21
scanf that takes a string with spaces and then takes a char +2.10
increase size of array +2.05
Cloning an n-ary tree in C 0.00
Atoi() and strtol() not working correctly in C +2.06
Cannot create a for loop to find element of an array in 2D array -0.25
C) overflow in file pointer at fprintf() -0.30
Evaluation of arithmetic array subscript expression as part of oper... -0.92
To split the given strings into integers and characters in C language +1.29
Why doesn't getchar stop to get input? 0.00
Problem on strncpy with source string longer than destination array +2.04
Is there a way to make this function faster? (C) -0.85
What is the difference between scanf("%s", &str) and... +0.06
main.c: warning: passing argument of ‘’ from incompatible pointer t... -0.88
Simplest way to print this array -1.11
How can I implement MergeSort with bound inclusive to exclusive? -0.04
Best way to structure C code where malloc used inside a function bu... -0.10
scanf() and integer array 0.00
My merge sort program shows an array out of bound in Java 0.00
Checking really fast if one of many strings exists in one of many o... -0.53
Changing 6 different random numbers with SRAND in a board made with... 0.00
How to check for both duplicate letters and non–alphabetic characte... +1.06
When should I use hypot over sqrtl? +1.88
CSAPP: What should happen if I want to shift an 8-bit number 8 posi... 0.00
What is meant by "compute it modulo 1,000,000,007"? +0.46
Can someone check the logic of my code that implements a hash table? 0.00
Do I still need to set ptr to NULL if I use memset earlier? -1.29
I am using this code to print from text file but the program gives... -0.04
How to allocate a large 3-dimensional array dynamically? +2.10
How to delete a node from circular singly linked list 0.00
Can you change a pointer to a function from within the currently po... 0.00
C.CS50 Purality assignment , printing the winner of an election 0.00
Hash table problems with values getting overwritten -2.00
tail recursion on double factorial equation in C -0.53
Modify the indentation of VsCode in C 0.00
Why some code examples from The C Programming Language book don'... -0.69
Any reason for why data won't be stored in this struct? -0.61
Calculate the number of times each letter appears in a string +0.43
Array of pointers for hash table 0.00
Comparing Execution time with Time Complexity in Merge & Quick... 0.00
Element deletion in single linked list at head not working +1.73
Is there any benefit to declaring the counter outside of the for lo... 0.00
How can I write merge-sort function that takes LinkedList& as i... -2.45
Reverse a linked list using recursion -0.03
Incompatible pointer when int and long are the same? -1.22