Community Profile

photo

GumJum


Last seen: 4ヶ月 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • Solver
  • Explorer

バッジを表示

Feeds

表示方法

解決済み


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

3年以上 前

解決済み


Factorize THIS, buddy
List the prime factors for the input number, in decreasing order. List each factor only once, even if the factorization includes...

3年以上 前

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

3年以上 前