photo

Naveen Somasundaram


Last seen: 거의 3년 전 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,365

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
16,285 of 20,933

평판
7

평균 평점
0.00

참여
1 파일

다운로드 수
1

ALL TIME 다운로드 수
73

순위
45,435
of 168,262

참여
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년 전

문제를 풀었습니다


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년 전

문제를 풀었습니다


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

거의 4년 전

제출됨


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

거의 4년 전 | 다운로드 수: 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년 전

문제를 풀었습니다


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년 전

문제를 풀었습니다


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년 전

문제를 풀었습니다


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년 전