photo

smsinks


Last seen: 約2年 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

All
  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 2
  • Thankful Level 1
  • First Answer
  • First Review
  • First Submission
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Count number of words in string
Count number of words in string Examples 'hi', answer is 1 'hi hi', answer is 2 'I enjoy cody', answer is 3

6年弱 前

解決済み


Calculate the Hamming distance between two strings
Inspired by a similar Cody problem found <http://www.mathworks.com/matlabcentral/cody/problems/93-calculate-the-levenshtein-dist...

約7年 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

約7年 前

解決済み


Project Euler: Problem 5, Smallest multiple
2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder. What is the smalle...

7年以上 前