Community Profile

photo

OCDER


Active since 2017

Statistics

All
  • 6 Month Streak
  • Revival Level 2
  • Solver
  • Pro
  • Knowledgeable Level 5
  • First Answer

View badges

Content Feed

View by

Solved


Pattern matching
Given a matrix, m-by-n, find all the rows that have the same "increase, decrease, or stay same" pattern going across the columns...

6 years ago

Solved


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

6 years ago