StackRating

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

Hikmat Farhat

Rating
1500.54 (442,894th)
Reputation
386 (336,480th)
Page: 1
Title Δ
Time complexity of nested for-loop with two independent variables 0.00
Counting repeated elements in a singly linked list using recursion 0.00
Delete Duplicates from Array in C++ +1.88
Asymptotic running time insertion and searching in AVL 0.00
Calculate the time complexicity of the recurrence equation 0.00
Binary Search Tree--Inserting a Node +4.08
Doubly Linked List C++. Insert After Function not Working 0.00
I am trying to use operator overloading in c++ but when I go to imp... 0.00
multiple values at one vector index 0.00
Fractional knapsack implementation in java (But not correct answer) 0.00
Use of c++ lambda expression to initialize a class member -4.47
How to open a file and store data into a linked list structure 0.00
Time Complexity Analysis of BFS +2.22
Finding the asymptotic amount of comparisons performed by an algori... 0.00
How do I add memoization to this recursive approach? 0.00
Why does this level order traversal run in O(n) time? -0.05
Read multiple integers in the same line with cin in C++ 0.00
Maximum sum of non consecutive elements (Dynamic Programming) 0.00
Finding maxium and minimum element in binary search tree 0.00
Intersection point of two linked lists -0.03
Check whether 2 trees have same inorder or not 0.00
What is the time complexity of computing the Nth fibonacci number w... -0.17
How would you break this problem into subproblems and use dynamic p... -0.06
Different solution for Activity Selection problem with greedy appro... 0.00
How can I apply memoization to this recursive function? +0.12
the Objective of this program is supposed to be printing cube 0.00
Trouble getting two variables to update in C++ for loop +0.62
Why is it causing run-time error even though we are passing it by p... -2.89
Should I use `const T&` instead of `T&&` in my code lik... +2.29
Why does an object returned by value have the same address as the o... -3.00