Yudong Zhang
Nanjing Normal University
http://computer.njnu.edu.cn/profile.ashx?staffID=102
Professional Interests: Data Mining
Statistics
RANK
N/A
of 295,448
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Determine Whether an array is empty
Input a matrix x, output y is TRUE if x is empty, otherwise FALSE.
12 years ago
Problem
Determine Whether an array is empty
Input a matrix x, output y is TRUE if x is empty, otherwise FALSE.
12 years ago | 5 | 775 solvers
Solved
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
12 years ago
Problem
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
12 years ago | 38 | 10946 solvers
Solved
Rotate a Matrix
Input a Matrix x, Output y is the matrix rotating x 90 degrees clockwise
12 years ago
Problem
Rotate a Matrix
Input a Matrix x, Output y is the matrix rotating x 90 degrees clockwise
12 years ago | 6 | 684 solvers
Solved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
13 years ago
Solved
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:...
13 years ago