StackRating

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

Using stack to write the program of the sequence T(n) = T(n/2) + T(n/2) + n; T(1) = 1

Author Votes Δ
Jerry Jeremiah 0 0.00
Last visited: Sep 5, 2020, 12:36:14 PM