StackRating

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

Jim Mischel

Rating
1576.51 (3,326th)
Reputation
109,889 (633rd)
Page: 1 2 3 4 5 6 7 ... 68
Title Δ
How to generalize this approach (recursion simulation on heap) -0.29
Adding or removing elements from a min heap 0.00
What is the best algorithm to find the minimum element in max heap? 0.00
Priority queue as heap in C++ 0.00
Hash Table vs Other data structures like AVLTrees 0.00
Comparing methods to build an entire binayHeap from a list of keys 0.00
Generate a set of unique keys that can be validated without keeping... -2.62
Ho good is this optimization to heapsort by dividing into 2 parts 0.00
Parallel approach for large batch processing involving a lot of dis... +1.48
Finding minimum and do some calculations on list using heap data st... 0.00
Integer is set to -858990820 in program using a recursive algorithm... 0.00
Determine whether a binary tree is max heap 0.00
Binary Search Tree find max node and delete it (Generic classes) 0.00
Time Efficiency of mergesort on linked list vs array of pointers 0.00
Time complexity of using heaps to find Kth largest element 0.00
Merging lists, inserting unique entries 0.00
Tokens in a bag -0.40
When creating an algorithm for linked lists, why must you be carefu... 0.00
Swapping adjacent elements of a linked list algorithm +0.37
Write a Java program to evaluate an expression in postfix notation... 0.00
Could someone explain what my code does/how to fix it(search node i... +0.05
Implementing Priority Queue +0.37
Advanced SelectionSort - Search two elements in one iteration 0.00
Given a node, how long will it take to burn the whole binary tree? +1.30
HeapSort returns wrong array (Java) 0.00
Priority Linked Queue add method assistance 0.00
Insert function in maxHeap has unwanted behavior 0.00
Variable replacement in string 0.00
Reading number of comparisons done by Search Algorithms 0.00
How to check if a doubly-linked list is properly linked in java? +0.38
how to build heap tree? +0.61
Data Structure needed to find probability of co-occurrence of two w... 0.00
Pushing an element onto the stack using linked lists +1.51
Why AddAfter() has constant time? 0.00
given two queues, find which elements of the first are not in the s... 0.00
What would be the most appropriate data structure given these requi... 0.00
How are uniform hashing functions applied? 0.00
program to convert expression to postfix 0.00
How do I modify the prefix trie data structure to handle words that... -0.65
JavaScript - Compute height of an nary tree faster using array or l... 0.00
Optimal binary search tree is only optimal for a specific order of... +0.38
Url hashing for id generation 0.00
How to avoid starvation in a priority queue 0.00
Which algorithm should use when get the biggest n elements from a l... +1.11
What does push into stack means? move or duplicate method? 0.00
Bubble Sort outperforming Selection Sort by a large margin -0.01
Heapq with equal priority 0.00
How to parse a specific given String? 0.00
How to find maximum of n elements in an unsorted array n times?Afte... 0.00
How to recognize some binary search tree traversal belongs to post-... +0.34