StackRating

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

fjardon

Rating
1546.69 (9,004th)
Reputation
6,339 (25,614th)
Page: 1 2 3 4 ... 5
Title Δ
8 queens c# algorithm not working 0.00
How to implement a sorting comparator which cascades the related ob... -2.26
Proving that f(n) = o(g(n)) implies 2^f(n) = o(2^g(n)) +0.42
Non-iterative algorithm for 1D game of life +1.15
How to Systematically use each item in a Vector -0.08
My program returns a pointer to a location in memory rather than th... 0.00
Turn off setf in c++? -1.15
memoization in dynamic programming -0.45
How setuptools builds extensions, where to add a compiler option? 0.00
How do you call a stub but used for production purposes? 0.00
Using locks doesn't prevent Collection was modified; enumeratio... +0.42
Why and how are C++ bitfields non-portable? -1.75
store/retrieve certain array from file contains arrays 0.00
Why I get address instead of values , in C++ code? +0.85
Can O(3^log n) be rewritten as O(n^log 3)? 0.00
Prove or disprove the following implication (Big O Notation) 0.00
Big O of an infinite loop? +1.09
Get Number of groups which have same frequency of digits in a given... +0.36
iostreams manipulator order -0.40
Whats the efficient way to sum up the elements of an array in follo... +0.51
Allocate minimum number of pages to each student -0.29
If topological sort uses DFS, how can it succeed on disconnected gr... +0.43
Given 1 < a < 10, 1 ≤ n ≤ 100000, show how to compute the val... -0.03
Checking hard disk memory before file writes 0.00
When we compute Big-Oh for 50n logn it is O(n log n)? Can we take O... +1.93
What is the best way to compare multiple lists with different numbe... +1.19
Starting word generator from specific index 0.00
C++: Break the digits of an integer into equal parts +0.98
The sum of middle elements of an array using a C program +0.44
using c++ input stream cin without blocking 0.00
Data Structure for word suggestions from a text file +0.42
Why is regex_match a function and not a method of class regex? 0.00
Print out the words of a line in reverse order through recursion -0.48
C++ Reverse Polish Notation Stack 0.00
Solve set of modular equations in C++ 0.00
Get distinct vector of vector with count -0.21
Simple Mathematical Parser Flex&Bison 0.00
Maintaining multiple builds for different compiler versions 0.00
Why my 2 bytes (0x00 0x40) that should be 64 produce 16384 instead? -1.16
C++ Primer 1.4.4. Can't quite understand the need of first IF s... +1.20
Sort vector by even and odd indices. c++ +2.09
Task with braces, brackets and parenthesis -0.83
My code seems to execute in a wrong order +0.67
How to find all possible options in C? -1.30
last digit of a^b^c +0.46
Foreach with takeN elements instead of 1 -0.87
transfer socket between processes in Linux +2.07
Time complexity of a Divide and Conquer 0.00
Word by word phrase matching -2.08
Is it a right way to find the regular grammar by construct an DFA? +1.88