Community Profile

photo

Yudong Zhang


Nanjing Normal University

Aktiv seit 2012

http://computer.njnu.edu.cn/profile.ashx?staffID=102
Professional Interests: Data Mining

Statistiken

  • Famous
  • Likeable
  • Quiz Master
  • Speed Demon
  • Creator
  • Solver

Abzeichen anzeigen

Content Feed

Anzeigen nach

Gelöst


Determine Whether an array is empty
Input a matrix x, output y is TRUE if x is empty, otherwise FALSE.

fast 12 Jahre vor

Problem


Determine Whether an array is empty
Input a matrix x, output y is TRUE if x is empty, otherwise FALSE.

fast 12 Jahre vor | 4 | 762 Lösungsvorschläge

Gelöst


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

fast 12 Jahre vor

Problem


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

fast 12 Jahre vor | 37 | 10037 Lösungsvorschläge

Gelöst


Rotate a Matrix
Input a Matrix x, Output y is the matrix rotating x 90 degrees clockwise

fast 12 Jahre vor

Problem


Rotate a Matrix
Input a Matrix x, Output y is the matrix rotating x 90 degrees clockwise

fast 12 Jahre vor | 6 | 666 Lösungsvorschläge

Gelöst


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

etwa 12 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

etwa 12 Jahre vor