Community Profile

photo

deco


Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Solver

View badges

Feeds

View by

Solved


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

9 years ago