Community Profile

Tony


Aktiv seit 2016

Followers: 0   Following: 0

Statistiken

  • First Review
  • Leader
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Check if two matrices are permutations of each other
Your function should return true for the elements of one matrix is the permutation of the other matrix: x = [1 2 3; 4 5 6; ...

mehr als 7 Jahre vor

Gelöst


isPalindrome
Check if a matrix is a palindrome both vertically and horizontally. You function will return *true* for |[1,2,1]| or |[2,7,2; 6...

mehr als 7 Jahre vor

Gelöst


Check if a rotated array was originally sorted
Suppose a sorted array is rotated at some pivot unknown to you. For example, |[0 1 2 4 5 6 7]| might become |[5 6 7 0 1 2 4]|. ...

mehr als 7 Jahre vor