Community Profile

photo

sesha sai


Last seen: más de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How do you write a matlab function that identifies if a string is a palindrome or not?
function [ palindromic ] = palindrome( string ) if length(string) < 1 palindromic = logical(1); return; ...

más de 3 años hace | 2