Community Profile

photo

Andrea Castegnaro


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Solver
  • First Review

View badges

Feeds

View by

Solved


Convert given decimal number to binary number.
Convert given decimal number to binary number. Example x=10, then answer must be 1010.

2 years ago

Solved


Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...

2 years ago