photo

JZN


Universidad del Pacifico

Last seen: 2 days ago Active since 2026

Followers: 0   Following: 0

Message

Programming Languages:
Python, C++, C, Java, R, MATLAB, SQL, Visual Basic
Spoken Languages:
English, Spanish
Pronouns:
He/him

Statistics

Cody

0 Problems
5 Solutions

RANK
N/A
of 301,338

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,236

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
51,797
of 174,017

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
72

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Solver

View badges

Feeds

View by

Solved


Column Removal (★★★)
(copy of prob 7) Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2...

2 days ago

Solved


row removal
Consider a matrix and remove the first row of the matrix.

2 days ago

Solved


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

2 days ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

2 days 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:...

2 days ago