photo

Naveen Somasundaram


Last seen: mer än 2 år ago Active since 2021

Followers: 0   Following: 0

Programming Languages:
Python, C++, C, Java, MATLAB, Visual Basic

Statistics

All
File Exchange

1 File

Cody

0 Problems
7 Solutions

RANK
N/A
of 300 015

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
16 268 of 20 862

REPUTATION
7

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
73

RANK
45 139
of 166 984

CONTRIBUTIONS
0 Problems
7 Solutions

SCORE
84

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver
  • First Submission

View badges

Feeds

View by

Solved


Win all the time!
This is a 2-players game. One of them is your algorithm. Your algorithm must win in all games. In this game there are 3 rows...

nästan 4 år ago

Solved


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

nästan 4 år ago

Solved


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

nästan 4 år ago

Submitted


simplifyPolyline()
Simplifies polyline to the required detail by removing vertices using Ramer-Douglas-Peucker Algorithm

nästan 4 år ago | 1 download |

0.0 / 5
Thumbnail

Solved


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<https://imgur.com/x6hT6mm.png>> ...

nästan 4 år ago

Solved


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

nästan 4 år ago

Solved


Create an index-powered vector
Given a input vector x, return y as index-powered vector as shown below. Example x = [2 3 6 9] then y should be [...

nästan 4 år ago

Solved


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

nästan 4 år ago