StackRating

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

amit

Rating
1660.68 (421st)
Reputation
140,755 (419th)
Page: 1 2 3 4 5 6 7 ... 56
Title Δ
Fastest algorithm to find frequencies of each element of an array o... +0.90
How to find the shortest path cost with under special conditions? 0.00
Maximum occurrence of any event in time range -1.86
Generating a short, pseudo-random verifiable alpha numeric code -2.83
finding a repeat element in an array in O(n log^2(n))time +0.49
Time complexity for constant length loop +0.94
maximize profit through trading 0.00
How to make shortest path between two points algorithm faster? +0.27
Algorithm logic for filling packages with items of different dimens... 0.00
Recursive Algorithm into Iterative +0.42
minimum penalty path in weighted graph +0.27
Space complexity of nested loop -1.64
what would be time complexity of this recursive function 0.00
Number of ways of distributing n identical balls into groups such t... +1.21
Time complexity of this function? -2.80
Algorithm: Sort sequence of 0/1 using only comparisons +1.03
Java Counting the number of alphabets 0.00
Algorithm-Find sum in matrix 0.00
Transform one string to another string 0.00
Uniqueness with a combination of numbers regardless of sequence 0.00
What would best data structure to support priority, updating , push... +1.28
To better understand recursion +0.59
Regarding time complexity, big O notation 0.00
Big-O complexity recursion Vs interation +1.35
nearest meeting node of two given nodes in a Directed Graph 0.00
Algorithm to sum a triple? +0.28
Algorithm | Given an array[] and k, find number of subsets sum mult... +0.26
Find first element match between two sequences in linear time? +1.30
Which Big-O grows faster asymptotically +1.02
When does one typically prefer the little-o instead of the big-O? 0.00
Data structure to index entire document and algorithm for quick sea... 0.00
Algorithm / pattern to process variable embedded loops in java with... 0.00
Non-recursive breadth-first traversal without a queue 0.00
Find a subset of a list of given size that sums to target value 0.00
Error in java code for merge sort +0.32
Finding the number of all the shortest paths between two nodes in d... +0.78
Maximise the profit, Job scheduling +0.28
Graphs - How to count the minimum number of "broken roads"... 0.00
O(n) algorithm that returns array indexes if condition is true 0.00
Solve stock market puzzle in java for max profit 0.00
Compute two set differences A\B and B\A in one pass 0.00
Finding complexity of my Code 0.00
Algorithm for classification of vertices in a graph based on their... -1.09
When can the Master Theorem actually be applied? 0.00
Confused on Little O meaning +0.28
Get the complexity of T(n)=T(n/4)+T(3n/4)+c +0.98
get algorithm for parse any number to multiple of 2 +1.19
Trouble in insertion of string in linked list -0.25
Sort string that express a time and take the one closest 0.00
How to divide N numbers into N/2 groups (2 numbers each group) such... 0.00