Community Profile

photo

rubindan


Last seen: etwa 3 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Kontakt

Statistiken

All
  • 3 Month Streak
  • Personal Best Downloads Level 1
  • Knowledgeable Level 2
  • First Answer
  • First Submission
  • GitHub Submissions Level 1
  • First Review
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Knight's Tour Checker
Given a matrix a, determine whether or not a legal <http://en.wikipedia.org/wiki/Knight's_tour knight's tour> is present. The kn...

fast 4 Jahre vor

Gelöst


Is my wife right?
Regardless of input, output the string 'yes'.

mehr als 4 Jahre vor

Gelöst


Read a column of numbers and interpolate missing data
Given an input cell array of strings s, pick out the second column and turn it into a row vector of data. Missing data will be i...

mehr als 4 Jahre vor

Gelöst


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

mehr als 4 Jahre vor