StackRating

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

Matt Timmermans

Rating
1575.70 (3,413th)
Reputation
22,180 (5,955th)
Page: 1 ... 6 7 8 9 10 ... 28
Title Δ
How do we find path with largest bottleneck capacity? 0.00
How to apply Closed-Open and Inversion of Control principles in Pyt... 0.00
Graph problem: Find whether two nodes share the same branch in O(1)... 0.00
Coupling - How does changing one module effect another OTHER THAN c... +0.00
Kotlin coroutine exception handling - how to abstract the try-catch +0.54
Prime numbers using sieve of erathosthenes 0.00
What does this divide and conquer algorithm do? 0.00
Find the largest chessboard surface in 2D Matrix 0.00
How to wrap an asynchronous Java lib in Android Kotlin? 0.00
Bellman Ford parsing Source & Destination as a Character rather... -0.12
Find the shortest path from source to target in a weighted-undirect... +1.89
How to make this DP run in O(NH)? 0.00
Weighted Quick Union Find 0.00
Logic behind the solution of Assign problem on SPOJ 0.00
A data design question of labeling sides in a battle game 0.00
Implementing Tarjan's strongly connected components without rel... 0.00
Why Andrew's Monotone Algorithm takes O(N LogN) times? 0.00
Is it possible that going from LR(1) to LALR(1) introduces shift/re... 0.00
What is the advantage of using a stable sort algorithm vrs an unsta... 0.00
Kotlin Coroutine - Keeping Channel Send Event Synchronous 0.00
Iterating through a wildcard list and calling a method on it's... +0.40
Java Multithreading and Deadlock -1.54
Why does java.util.Stack not use a composite pattern with LinkedLis... 0.00
Why is stft(istft(x)) ≠ x? 0.00
How to add a ratio parameter to scipy signal convolution in Python? 0.00
Kotlin - Coroutines not behaving as expected 0.00
Toggling bits pairs in an array to maximize its dot product with an... 0.00
about Java 8 Hashmap source: “+1.0F” 0.00
Fine-grained locks on C++ map of maps 0.00
How can I automatically assign a free port for socket connection? 0.00
Is it better to use a thread or coroutine in Kotlin? +0.49
How to find the count of numbers which are divisible by 7? -0.09
Where to implement functions from an interface's parent interfa... +0.09
How to return ArrayList from Coroutine? 0.00
How to solve the below Recurrence relation? 0.00
Most optimal path in a dynamic programming problem 0.00
Edge direction in a dependency graph for topological sort? 0.00
Find all binary strings of certain weight has fast as possible +0.35
Amortized O(1) rolling minimum implemented in Python Numba/NumPy +0.39
How to find if a word is in a string - FAST, python +0.62
Subarray Sum Solution -0.10
In which cases Kotlin core Data Structures (Map, List, Set) are not... -1.48
Design pattern for Data Structure - Double sided Map -0.12
How long does a Java thread own a CPU time slice? -1.18
Does 2 ^ O(log log n) = O(log n)? -2.56
How can I cut down the complexity of O(n^3) ? (Code is provided) +0.68
Optimal Solution of the code so that It can perform computation upt... 0.00
Bit Manipulation and XOR 0.00
Cleanest pattern for filtering objects of unknown type? -1.77
Worst case quicksort space complexity explanation -2.62