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 ... 15 16 17 18 19 ... 31
Title Δ
C: List sort code not working +0.73
What is the best sort algorithm for continuously (NOT FIXED) input... -0.38
How to merge 3 sorted arrays into 1 sorted array in Big-O(N) time? -0.21
If two languages follow IEEE 754, will calculations in both languag... -1.03
In what circumstances mergesort is faster than selection sort 0.00
How to merge sort? just needed to know where I got Wrong 0.00
Why is this algorithm stable and how could I make it unstable? 0.00
Sort an array in place according to a sort order defined in another... 0.00
quick sort analysis and behaviour -0.39
How to sort an array in-place given an array of target indices? -0.04
Is it possible to sort an array in O(n) if there are only elements... -0.81
Merge sort logic failure in allocating memory. +0.62
Matlab - Sorting algorithms -1.26
Swapping elements inside linked list 0.00
Sorting an array to another array C++ +0.17
gnu-sort - what does manual mean when it says merge option does &qu... +2.77
Iterative/ Non-Recursive Merge Sort 0.00
How can Microsoft say the size of a word in WinAPI is 16 bits? -0.80
QUICK SORT stack overflow c++ big numbers -0.75
How to call a function in ASM without call or jump? -0.11
Greater, Less than or equal in Assembly Language? 0.00
Radix sort in linear time vs. converting input to proper base -0.52
Java Natural Merge Sort implementation +0.19
Creating a array from a linked list and sorting that array C -0.12
Why might you choose to use heapsort over mergesort? 0.00
what is more expensive: compare or accessing an index of array +0.57
Counting Comparisons with Merge Sort -0.12
Confusion on quicksort that takes logarithmic space -0.30
e.message() and mergeMethod in a mergeSort Java 0.00
sorting with minimum comparison 0.00
Why do I get stack overflow when I declare a matrix of double of si... -1.33
Merge k sorted arrays using C -0.51
using radix-sort on real numbers +0.13
How does quicksort work for an array of all the same elements? -0.37
Why is it better to to process the input array from right to left i... +1.66
Implementing median-of-three into generic quicksort 0.00
How much memory is needed to do bucket-sorting on 1TB of integers i... +0.13
Best and Average running time of a merge sort algorithm 0.00
Why is the running time of radix-sort minimized when the base of th... 0.00
Explaining Radix Sort -0.36
The most effective way of finding rank of item in a list? +0.12
Having trouble understanding how many arrays are actually created i... -0.56
Extract 1 million integer in sorted form with small physical memory +0.14
Why is it necessary in the Merge-Sort algorithm to divide the array... +1.21
Creating a ranking list, based on values stored inside an array (ja... 0.00
What kind of optimization would increase my performance? +0.59
Merge Sort vs Radix Sort : Merge sort taking O(n (log n)^2) time in... 0.00
Why is my sorting program so slow? (radix/bucket sort in java) 0.00
Sorting linked list by sorting the actual nodes and not just by swa... +0.64
how many comparisons would occur in an array of 16 elements during... 0.00