StackRating

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

meowgoesthedog

Rating
1626.37 (956th)
Reputation
10,192 (14,945th)
Page: 1 ... 5 6 7 8 9
Title Δ
Big-O notation of T(sqrtn) + 5 -0.41
Calculating accuracy of rotation -1.46
time complexities (Big-O notation) of the following running times e... 0.00
How to calculate the Theta order of the following module as the fun... 0.00
Jquery calculating bouding box of a rotated rectangle 0.00
Return value in recursive algorithm without using global variables +0.43
How do I get complexity with division? +0.43
Time Complexity of T(n)=2T(n/3 + 1)+n 0.00
Finding Time Complexity 0.00
Time complexity in ascending order 0.00
Creating a phillotaxic sphere / hemisphere with C#? 0.00
Comparing runtimes of different inputs/reducing big-O magnitudes an... 0.00
AABB collision resolution slipping sides +1.48
Solving recurrence relation T(n) = 3T(2n/3) + cn 0.00
Time complexity of this simple code +1.61
ARKit - Why is the camera's viewMatrix position changing when t... 0.00
Determining the time complexity for code segments 0.00
How can we calculate 1/3 by using fixed-point arithmetic? 0.00
Rotate an object around it's local z-axis until it's local... 0.00
Getting focal length and focal point from a projection matrix 0.00
Solving the following recurrence: T(n) = T(n/3) + T(n/2) + sqrt(n) 0.00
Converting Decimal to Octal Using Bitwise Operators +1.51
Solving this recurrence without the master theorem. Backtracking Al... 0.00
Matrix Rotation Around an Arbitrary Axis Bug +1.42
Dynamic programming solution for implementing a Primitive Calculator 0.00
Calculate a specific curve with specific rotation, c# -0.57
Code for finding binomial coefficient in iterative form -0.57
O(n) solution for finding maximum sum of differences python 3.x? -1.17
sfml generated texture is not drawn to window +0.44
Determining the angle for rotation matrix from axis and angle 0.00
Drawing sprite causes Segmentation Fault 0.00
What is worst case time complexity for given function? 0.00
Asymptotic running time of loop 0.00
Sorting n strings using Merge sort -1.03
Reducing the O(n²) Time Complexity of a Ray Casting algorithm 0.00
How to solve a recurrence relation such as $T(n) = T(n/2) + T(n/4)... 0.00
Complexity of the recursion T(n) = T(n-1) + T(n-2) + n ? +1.80
Probability of + character occurrence in base64 encoded string 0.00
Sum of remainders over the entire array for several queries 0.00
Find the bounds as tight as possible? 0.00
Understanding the amount of memory c++ is allocating 0.00
Test if point is within line range on 2D space +3.58
Find the modo value -0.54
How to analyze time complextity for recursiion 0.00
Triangle intersection in raytracer not working 0.00
Pattern Printing-Where am I going wrong in this C++ code? +2.10
Add sequence number for dynamic hierarchy in C# -3.78
What is the complexity of this recursive algorithm? +3.38
How to calculate Pi using Monte Carlo Simulation? +2.45
How to curve a plane using a 3d point 0.00