StackRating

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

rcgldr

Rating
1459.09 (4,529,196th)
Reputation
15,721 (8,915th)
Page: 1 2 3 4 5 6 7 ... 31
Title Δ
QuickSelect with Hoare partition scheme 0.00
How to prevent stackoverflow in my implementation QuickSort? 0.00
Why are the commented lines not working in place of the non comment... 0.00
How merge sort works at arrays of length N? +0.74
Why is my attempt at a 'Quick Sort' not sorting properly? +0.57
Convert the to-be-sorted list into an array of sub arrays with each... 0.00
Why does my Quick Sort work with 10 or less integers, but no more? 0.00
Improve Efficiency of Alog (Rotate Array to Left by n iterations) +0.66
Python- Getting a quicksort recursion error +0.64
Calling an insertion sort function from a quicksort on Python 0.00
Python quick sort- recursive error running on terminal 0.00
Quick Sort Results in Infinite Loop +0.30
How to sort n elements in range[1, logn**logn] within O(nloglogn) t... 0.00
Merge Process In-Place: 0.00
MergeSort and Merge C++ 0.00
I need some explanation about sorting nodes 0.00
CRC Calculation of a string of bytes 0.00
Method to sort an array in Java -0.17
Crc64 LSB based reverse implementation 0.00
My merge sort code is completely correct, yet no sorting is taking... 0.00
How can I choose between merge-sort and insertion sort? -0.71
Undestanding Recursion with return values in Merge Sort +1.85
Partition not working in my quicksort function 0.00
How can i merge 2 lists to 1 so i can sort it together in c#? +0.44
CRC: where to put previous remainder 0.00
What is the sequence of actions at a recursion? 0.00
Sort arrays with pointers using quicksort 0.00
How to fix "segmentation fault: 11" in c while sorting a... +0.63
What is the value of the ideal value of the generator polynomial in... 0.00
Is the following code snippet a valid implementation of QuickSort? +0.07
Error: object of type 'NoneType' has no len() while impleme... -0.43
'NoneType' object has no attribute 'next' +0.58
how to access the next node in c++? -1.37
Quick-Sort two N-sized, same values array, by comparing one to anot... +1.39
reed-solomon error correction extended Euclid algorithm +0.08
How get EIP from x86 inline assembly by gcc -1.21
Is this how median-of-three quicksort works? 0.00
Why do these quick sort algorithms not work fully? +0.58
Quick Sort Algorithm in Ruby - Stack Level Too Deep -1.20
How to implement merge sort without recursion 0.00
Merge k lists of list of objects 0.00
QR code generation algorithm implementation case analysis 0.00
C++ `std::sort` over pointer to 2D data without copying +0.58
Memory issue implementing quick sort 0.00
Modify CRC64's hash table to generate 65536 instead of 256 values -1.65
Getting "object of type 'NoneType' has no len()"... -1.04
How to adjust the reconcilation factor calculation for a CRC32 to a... 0.00
CRC implementation in Hardware for multi-bit data 0.00
How to reverse a table-based CRC16? 0.00
What's wrong in this quick sort algorithm? +2.50