StackRating

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

Gassa

Rating
1570.56 (3,982nd)
Reputation
6,836 (23,538th)
Page: 1 2 3 4 ... 6
Title Δ
An 𝑚 × 𝑛 chessboard is to be cut into its ... -2.31
Merge operation of merge sort not working using c++ vectors 0.00
Algorithm for grouping train trips +1.09
Is O(V+E) equivalent to O(V^2)? +0.21
TicTacToe with computer without cycles 0.00
Maximum possible number of rectangles that can be crossed with a si... +1.54
Recurrence with logs T(n) = T(logn)+log(log(n)) 0.00
How to find the n-th term in a sequence with following recurrence r... +0.40
Logic behind the algorithm for converting base 10 to base X 0.00
Minimum cost to group same characters in a string -0.10
How can I find a number of connected components in implicit graph? 0.00
Scrapy - unexpected suffix "%0A" in links -0.60
Dive 24 hour day in 48 slots -0.59
(Python 3) imaplib logins from .txt file 0.00
Rearrange list based on key WITHOUT sorting -2.15
Counting sort in C apparently works but binarysearch doesn't 0.00
I found two answers of this Big-O notation calculation, which one i... +2.47
Finding a path covering all the checkpoints 0.00
Can my algorithm be done any better? +1.68
Find a recursive algorithm complexity 0.00
Common nodes between max and min heaps with same key value? 0.00
How to corrupt the stack in a C program -0.52
Recursive string 0.00
Algorithm: List all prime number using Sieve of Eratosthenes +0.40
Quicksort algorithm with random pivot in the middle of the array 0.00
KMP pattern match algorithm time complexity can be O(m*n)? 0.00
Knuth–Morris–Pratt algorithm: border array 0.00
How to implement a counter that decays over time? -1.47
Maximum repeating substring of size n 0.00
Efficient re-hashing of a rope 0.00
Representation of binary matrix with space complexity of O(n) +0.39
Generating time from numbers +0.20
Get index of fibonacci number +0.58
how do I prove n^3.5 is not O(n^3) 0.00
Computing optimal price for data plan 0.00
OpenDataStructures: ArrayQueue 0.00
Prove a property of Minimum Spanning Tree -1.57
Issue with Fractional Knapsack 0.00
Run-time error in a code 0.00
Calculate the number of nodes on either side of an edge in a tree +1.64
In C - typedef definition is (after) struct but works even if (new... 0.00
minimum cost for string transformation -2.81
Is there any difference between the following algorithms for shuffl... +1.85
Algorithm to get best combination 0.00
Count the cells which are not visited in matrix in Java +0.15
Log base 3 time search algorithm +2.13
Prove if h(n) > f1(n) - f2(n) > 0 and f1(n) = Ω(g(n) and f2(n... 0.00
Factorial in D Language -0.09
How to group similar elements in an array with less complexity? 0.00
Does hashtable size depends upon length of key? +0.41