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 ... 18 19 20 21 22 ... 75
Title Δ
Why my node isn't getting deleted on using free() or delete 0.00
Why is the merge printing in reverse order 0.00
Best way to compare times (hours and seconds) without a date in C? -2.10
Is there any way to reduce the IF statement without using the terna... -1.21
Fill char array with input and I dont understand the output 0.00
Handling char integers -1.05
Difference in storage of memory in string and an integer array in C... -0.01
What is the fastest way to determine n^m = m^n if m != n? 0.00
Print a doubly linked list in reverse order? -1.91
fscanf reads one line out of 7 wrong +1.91
Can anyone explain to me what actually causes this Segmentation Fau... +0.43
Side-effects: Is strcmp() a pure function +0.04
How to change numbers in an array to symbols +0.16
How to take array size of length as user input? -0.57
Declare dynamically sized array in global scope -0.84
How to fix my merge sort because it reverts my arrays into unsorted... -1.01
Best Case For Merge Sort 0.00
Trouble in understanding the bitwise operators left and right shift... -0.55
Initializing inlined arrays in structs - how to make sure I don'... 0.00
First call of strtok() always writes a 0 in my char* Array +0.42
Conversion of base 10 to base 6 -2.04
C parser program to add list of numbers separated by ; over multipl... +0.24
My code for finding prime numbers is not working. what is wrong here? +1.54
Insert node in a linkedlist -1.91
How to use pointers correctly in C +1.92
How to print 8 Byte void pointer (including chars) as hex +0.43
Merge sort comparisons 0.00
Pass multidimensional array to extern "C" function as voi... -3.04
Merge Sort implementation outputs wrong results -1.10
Is there a Binary Search method in the C standard library? -0.55
Why do while loop doesn't work correctly? 0.00
Implementing binary-search on an array of ordered-pair structs -0.57
Bitfields VS. Bitmasks +2.29
Is there a problem with this code? Sometimes I get the correct answ... 0.00
stdin reaching EOF after first line 0.00
Weird behavior of printf on a stm8l with COSMIC compiler +2.02
Howcome my function to calculate the length of a string returns a n... +1.57
Is there any difference between this two macros? -0.49
How can I improve this Hackerrank solution to avoid timeout? 0.00
How to realloc some memory allocated using calloc? +0.44
Non-canonical mode don't work on backtick -0.07
Getting List Index out of Range Error while using Merge Sort function +0.43
How do I use free to deallocate heap allocations made using malloc? 0.00
Most fastest C code to count recursively directories in Linux ( wit... 0.00
Which format string to use with printf() for a time as 789:01.234 +1.20
sprintf vs strcat for appending string -0.23
C remove special characters from string -0.73
Is it correct to use a do-while loop inside a for loop? Why and why... +1.92
Is there an attribute to tell the compiler to ignore a missing retu... +2.08
How to parallelize the below for loop 0.00