StackRating

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

Saeid

Rating
1507.78 (98,413th)
Reputation
3,422 (49,259th)
Page: 1 2 3 ... 5
Title Δ
How to recover the path from a pair of (parent, child) in dictionar... 0.00
find cycles of length 4 in undirected graph 0.00
Runtime error when trying to find components in a graph 0.00
Count the number of paths from start to end with obstacles -0.50
Can anyone advise the idea of solving such a task without going thr... 0.00
Check only if two nodes are within a given distance (path length) i... 0.00
implement a Nearest Neighbour search to find 2d array in larger 2d... 0.00
Arrange n items in k nonempty groups such that the difference betwe... +0.29
How to find whether the shortest path from s (any starting vertex)... 0.00
Adding numbers which are stored in string variables +0.58
How do I memoize this LIS python2.7 algorithm properly? +0.51
Check if two nodes are on the same path in constant time for a DAG 0.00
How to improve this O(n^2) string manipulation solution? +0.24
Subset Sum : Why is DFS + pruning faster than 2 for loop? 0.00
Edge Existence (to find if an edge exists or not) 0.00
Maximum subarray of size HxW within a 2D matrix 0.00
How to create a tree in C++? +2.23
Matlab code to get connection paths with weights 0.00
Understanding the Running Time Complexity of BFS 0.00
Using bfs (igraph, R) to sample from my large graph -0.11
How would I go about analyzing this algorithm using "Big Oh&qu... +0.01
Wrong answer while calculating Minimum Spanning Tree Using Kruskal... 0.00
Traversing graph using while loop iteration +1.25
Implementing BFS algorithm with a max depth and that prints all sho... 0.00
Djikstra's Shortest path algorithm 0.00
Is it possible to query number of distinct integers in a range in O... -0.90
How to estimate mathematical function by input and output values? +2.54
Longest path in a undirected and unweighted tree - in python +0.52
How do I convert this recursion into iterative DP? 0.00
Maximum N digit number we can make with certain number of match sti... 0.00
Shortest path between two points in coordinates system 0.00
Algorithm to find a set of "k" marked vertices in a binar... 0.00
Print routes from tickets 0.00
Longest Common Subsequence is not showing the result 0.00
Infinite size Stack implementation using pointer to an array -0.50
Simulating fake coin using array -0.23
Find path in a graph between start and end twice -0.00
Divide array into k contiguos partitions such that sum of maximum p... +0.48
Find closest n from sum of n numbers +1.15
Is my merge sort code right? 0.00
Same Birthday Probabilty code Value is not what was expected 0.00
C - Generate random sequence with no repeats without shuffling -1.31
Swapping values between two vectors so that sum of max_elements of... +0.49
Scripting a txt file that asks you what you want in the file 0.00
Finding Lexicographically smallest arrangement of some string -0.50
Number of shortest paths of a knight in chessboard from A to B +0.35
Can powerset be reduced and transformed to knapsack? 0.00
What type of algorithm should I use? +1.22
What's the purpose of having Grey color in DFS and BFS implemen... 0.00
How to declare in scope? +1.90