StackRating

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

chiwangc

Rating
1537.07 (13,354th)
Reputation
3,058 (55,321st)
Page: 1 2
Title Δ
4 sum time complexity -2.32
Converting to Binary using only strings without using BigInteger 0.00
Complexity for generating permutations of a string +3.52
Kruskal's Algorithm - Modify to matrix data structure? 0.00
Trying to implement the interface Comparable -2.58
How to print the actual Longest Increasing Subsequence, not just le... 0.00
How to solve T(n)=T(n-1)+ (n-1) by Iteration Method? -4.56
Knapsack Solution using Recursion +1.44
Time complexity of the algorithm by counting the comparisons and we... 0.00
Cartesian product with specific criteria +3.27
Scala - Shortest Path Between Two Nodes Recursive Algorithm +3.82
How to generate all combinations of integers of any size dynamically +4.01
What is the time complexity of the following code 0.00
TIme complexity of various nested for loops 0.00
Java: Searching text for Multiple Occurrences +3.02
Why does "x*y/z" result in an incorrect negative value? -2.47
Hangman won't take repeating letters in Java. 0.00
How to find prime numbers between two user input numbers without us... +3.48
Correctness of an algorithm 0.00
Array search NP complete 0.00
Simplifying Summation from loop with an if statment -1.41
Can this be categorised as Dynamic programming or a greedy solution? 0.00
Compilers: design a grammar for all sets of strings of 0s and 1s su... 0.00
Dynamic programming: finding largest triangle -2.12
Java: Extending ArrayList Using Objects -4.78
java Constructor in inhertied class giving error 0.00
How to build the case for n=3 using bottom up recursion? +0.29
Java: Determining if a word contains letters that can be found in a... -0.30
How to count number of divisible terms without using modulus operat... 0.00
Solving a simple linear equation +3.54
Displaying Decimal places using printf method -4.43
Determine if a language is context free 0.00
why interface variables are always static and why not abstract clas... -0.41
Algorithm time complexity with binary search 0.00
what is the big O notation for this pseudo-script +3.65
Java: taking only the first word of a user input string -3.42
Asymptotic notation and Growth of Combinations of Functions: Differ... 0.00
Sorting array using medians +3.58
Equivalent Context-Free Grammars 0.00
Explain the answer of this Big O complexity code 0.00
Algorithm that schedule the right number of tasks to maximize rewar... 0.00
Algorithm's complexity : Big O notation 0.00
What's the order/recurrence formula/closed formula of this recu... 0.00
Generating six random cards with Javascript +3.59
Maximize row-sameness given a binary MxN matrix and the ability to... 0.00
java-recursive binary search tree -0.32
O(log(A+B)) = O(log(A*B))? +3.64
Recurrence relation for a given program 0.00
Worst case running time in a graph with n vertices and m edges 0.00
Basic JavaScript Calculator +3.55