StackRating

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

Papai from BEKOAIL

Rating
1448.22 (4,533,110th)
Reputation
142 (573,501st)
Page: 1 2 3
Title Δ
Using a Variant of BinarySearch to Find the Maximum in a Bitonic Ar... -0.98
BFS traversal on multi-way trees? +1.87
how can I pass variable i in linearSearch function? 0.00
I am trying to find a file in a directory, but the shell code snipp... +2.07
Is there "UNDO" for a mysql update? 0.00
Why is recursion faster than iteration in JS? 0.00
Getting ArrayIndexOutOfBoundsException in Java when Accessing multi... -0.19
Search for node in unorganized binary tree? +0.08
Finding minimum height of binary tree...code missing 1 minor edit t... 0.00
Explanation of output of program -2.86
What is the role of temp = 0 in finding primes? -0.92
How to create BST in post order-way - algorithm theory +6.38
Merge Sort algorithm Doesn't work(c++), facing problem getting... 0.00
How to explain the output of this program in C? +1.51
How to add value to specific position in 2d array in C 0.00
Why when i am pushing my custom Pair class into Queue Interface thi... +0.64
How to transfer a binary search tree to an increasing order search? 0.00
Binary Search Algo 0.00
Binary Tree Line by Line Level Order Traversal Time Complexity -3.31
Program returning garbage value -3.40
Kth Smallest Element in BST 0.00
Validating a BST 0.00
How to find the height of a binary tree in C without using recursion? 0.00
worst case time complexity of BST 0.00
Finding sum of only deepest leaf nodes in the binary tree? 0.00
BST in-order recursion: Finding the first node that's greater t... +0.60
Find majority element when the values are unknown -0.51
TIme complexity for a specific loop +0.33
What is the time complexity of this code that generates the permuta... 0.00
Confusion about recursion for BST 0.00
Cannot properly traverse a Binary tree to retrieve all LeftChild an... 0.00
How does this code lead to the populating of dummy and the L3 list... +5.26
Alert box not working when input submitted 0.00
Is it possible to devise a O(n log n) sorting algorithm using these... -2.54
When printing out all nodes in a tree, is recursion or iteration mo... 0.00
Floor Value of an element in a Binary Search Tree +1.49
Java LinkedList split in half (Merge sort) -3.38
creating a tree function using helper functions 0.00
Finding the Krishnamurthy Number using C 0.00
Print all nodes including nodes java 0.00
Recursion function to calculate the sum of squares in a sequence (a... -0.10
BST(Binary Search Tree) Testdome in Python -3.74
My binary search tree won't print the values, and I don't k... 0.00
Segmentation fault when assigning to Array? HackerRank 2D Array - DS -3.53
Why is this code for deleting a Node in BST instead of deleting the... 0.00
Binary search a left/right most element when there are duplicates +0.17
appending underscores between substrings 0.00
Extension of an existing leetcode problem 0.00
Loop through Object 2 values to find if it match with Object 1 min... +0.52
Extract K largest elements from array of N integers in O(N + K) time -3.19