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 ... 68
Title Δ
How merge sort works at arrays of length N? -0.74
Check if array has duplicate, naive approach time analysis -1.57
Is there a more efficient way to sort these dictionaries 0.00
How can I multiply two linked lists into a third list? 0.00
Is the following lossless data compression algorithm theoretically... 0.00
Why does stack.pop not accept stack.push as parameter? 0.00
How can I assign a unique value to represent a list of unique integ... -0.36
Heap tree height vs BST height 0.00
Stack and Block of Memory Which one is best? 0.00
How to Deque and sorting priorityqueue using heap correctly? 0.00
How does the stack look after execve calls a function? Is there eve... 0.00
Evaluate the value of an arithmetic expression in Reverse Polish No... -0.14
Java's PriorityQueue showing unexpected behavior for duplicate... 0.00
Maintaining PriorityQueue insertion order incase of equal priority 0.00
Generate Buckets for a range of floats 0.00
What is the name of this kind of cache/ data structure? 0.00
Basic Linked List singly 0.00
Enqueue and Dequeue in efficiency O(1) 0.00
create a binary tree for alphabetical equation 0.00
Sorting by two integer fields, one desc and one asc, by creating a... +0.38
What is the advantage of arrays over linked-lists when implementing... +0.10
How to size a Cuckoo Filter? +0.13
Why is the Big-O complexity for Small Load Factor HashTables O(1)? +1.57
Inserting in a priority_queue: before the first occurence of that v... +0.38
program that simulates queuing and service by requests at a fast fo... 0.00
What is the space complexity of moving one stack/queue to another s... 0.00
I have written a max_heapify code but it is not providing the requi... 0.00
Why Triple Linked List does not exist? 0.00
Creating a minimum heap using the Comparable interface 0.00
Recursive vs Iterative Tree Traversal 0.00
How to get the data I want according to the rules 0.00
External Sorting for large number of block-wise variable length data -0.77
Slot machine Random generator +0.38
Can I check whether a bounded list contains duplicates, in linear t... -0.81
Double counting loop (n*n code performance) 0.00
How to implement constrained shuffling of a sequence +1.77
Quickselect time complexity explained 0.00
Implementation of Heap from Scratch 0.00
Filter and sort through large amount of key value pairs (java) 0.00
How to calculate the number of queues needed in a box classificatio... 0.00
Is it good to leave one data blank in a array implementation of cir... 0.00
How to remove root node from heap? +0.23
CPU Log parsing, grouping and reporting 0.00
Generate the same maze with a seed 0.00
why is siftdown working in heapsort, but not siftup? 0.00
Special Perfect Maze Generation Algorithm -1.28
How do i implement the push pop peek methods for an inverse array? -0.12
How can I separate an integer into muliple digits? +0.38
Shunting Yard Algorithm C++ 0.00
Modeling family relationships using a graph 0.00