photo

Naveen Somasundaram


Last seen: alrededor de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

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

Estadística

All
File Exchange

1 Archivo

Cody

0 Problemas
7 Soluciones

CLASIFICACIÓN
N/A
of 297.527

REPUTACIÓN
N/A

CONTRIBUCIONES
0 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
16.362 of 20.454

REPUTACIÓN
6

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
1 Archivo

DESCARGAS
3

ALL TIME DESCARGAS
64

CLASIFICACIÓN
43.045
of 159.075

CONTRIBUCIONES
0 Problemas
7 Soluciones

PUNTUACIÓN
84

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Solver
  • First Submission

Ver insignias

Feeds

Ver por

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Enviada


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

más de 3 años hace | 3 descargas |

0.0 / 5
Thumbnail

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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.

más de 3 años hace