StackRating

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

int lDepth = maxDepth(node->left); int rDepth = maxDepth(node->right);

Author Votes Δ
Akhilesh Pandey 0 +0.32
suvojit_007 0 -0.32
Last visited: Jan 17, 2019, 5:51:37 PM