StackRating

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

Pritam Banerjee

Rating
1452.58 (4,531,890th)
Reputation
10,938 (13,722nd)
Page: 1 2 3 ... 13
Title Δ
How to stop In-order DFS traversal if value is found on a binary tr... +0.74
Storing multiple objects in a single array element in Java -1.47
return the number of distance's which is greater than threshold... 0.00
split string not included a string in java -1.22
Variable isn't storing correctly? +0.09
How better convert an object to array? +0.01
Calling Post request without body in java 0.00
Java - What the difference of setXY(x1, y1) and new Object 0.00
How to replace a random letter in a triple with a random character... -0.19
finding the middle element out of 3 (finding maximum product of a t... 0.00
Array stored in a linked list. (Java) -0.11
jdbc/mysql ---> java.sql.SQLException: Access denied for user &#... +0.06
why Hash table time complexity is o(1) +0.06
Need help in determining the time complexity of a function 0.00
Program finding two character pairs but not the third -2.09
Best way to cast int(primitive) to Long(wrapper) in Java +0.94
Check for duplicates in a for of loop +0.27
Is time complexity O(1) or O(n) if n is known to be bounded to a co... 0.00
Finding the time complexity of the algorithm 0.00
What is the time complexity of the following loop? +0.19
Time complexity : Getting incorrect result -0.77
Leetcode Two Sum question. My code's time complexity is O(n^2).... 0.00
How to find the length of the last word in java? +0.67
Time complexity apparently exponential +0.55
Is the runtime of comparing two nodes and then removing Θ(1)? -0.44
While (multiple conditions) Complexity Analysis 0.00
Max length increasing super array made by joining two increasing su... +0.06
You are given the postorder traversal, P, of a binary search tree o... 0.00
Time and Space complexity of a Balanced Binary Search Tree +0.86
How would you decide which element to be used as pivot in quick sort? 0.00
Finding out complexity of a program when we use while loop +0.08
does a for loop have to have a code of execution inside the loop to... -1.68
How to read multiple objects in a JSON file with Jackson? 0.00
Randomized quicksort where pivot is chosen again after partition +2.27
How to calculate the time complexity for a nested loop where the se... 0.00
Looping through a list - when index reaches end, start from 0 -0.99
Find an algorithm for sorting integers with time complexity O(n + k... -0.77
Running time complexity of n+ (n-1) + (n-2) . . . . (2) + (1) -0.42
Am i calculating the big-o correctly? -0.44
Java OOP - How to get year in DOB and current year then calculate a... -0.78
What is the time complexity of constructing a binary search tree? -1.71
Minimizing time complexity when looping over two arrays 0.00
Time Complexity of Rotating Matrix 90 degrees 0.00
Asymptotic analysis of nest loop with condition (j=i+1) -1.56
What is the time complexity of this LC problem 0.00
Why Are Time Complexities Like O(N + N) Equal To O(N)? -0.44
Given a number and an array find all possible combinations that sum... +0.37
Big-O notation of 8^log2(n) -1.89
What will be the time complexity of the following program +0.53
how do queues provide O(1) performance on takes/puts? 0.00