photo

Naveen Somasundaram


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

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

统计学

All
File Exchange

1 文件

Cody

0 个问题
7 个答案

排名
N/A
of 300,857

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
16,341 of 21,097

声誉
7

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
74

排名
46,713
of 171,361

贡献数
0 个问题
7 个答案

评分
84

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Solver
  • First Submission

查看徽章

Feeds

排序方式:

已解决


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...

4 years 前

已解决


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 ...

4 years 前

已解决


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

4 years 前

已提交


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

4 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已解决


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>> ...

4 years 前

已解决


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...

4 years 前

已解决


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 [...

4 years 前

已解决


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.

4 years 前