Community Profile

photo

Troels Skovgård


Last seen: 1 year ago|Active since 2018

Statistics

  • 弦我掌握
  • 科迪挑战大师
  • 求解器

查看徽章

Content Feed

查看

解决了


猜猜密码
猜猜要改变字符串的公式如下:“你好!”- >'ifmmp xpsme!''我可以帮你吗?'- >'dbo j ifmq zpv ...

4 years ago

解决了


Split a string into chunks of specified length
Given a string and a vector of integers, break the string into chunks whose lengths are given by the elements of the vector. Ex...

4 years ago

解决了


Ordinal numbers
Given an integer n, return the corresponding ordinal number as a character string. For example, ord(1)='1st' ord(2)=...

4 years ago

解决了


Add more zeros
Find code that adds one 0 to each sequence of 0 in a string (composed with only 0 or 1). For example: '1010' -> '100100' ...

4 years ago

解决了


Without the French accent please!
抑制法国口音。示例“déjàprésent' - >“ deja Presents'

4 years ago

解决了


Calculate a modified Levenshtein distance between two strings
Inspired by the Cody problem found

4 years ago

解决了


计算两个字符串之间的锤子距离
Inspired by a similar Cody problem found

4 years ago

解决了


Find mistyped words in text (mixed-up letters)
Mistyped words are a regular occurrence in emails, texts, status updates, and the like. Many times, people send or post a second...

4 years ago

解决了


QWERTY SHIFT代码解码器
Decode a string encoded using the QWERTY shift code. QWERTY shift code is where the message was touch typed but with an offse...

4 years ago

解决了


QWERTY SHIFT ENDODER
使用Qwerty Shift代码编码字符串。此代码是您触摸类型的地方,但被一个字符所抵消。...

4 years ago

解决了


将结构转换为字符串
Convert the contents of each fields into a string. Example with an input structure s with 2 fields : s.age = '33' s....

4 years ago

解决了


String substitution, sub problem to cryptoMath
This is a sub problem related to this problem: ...

4 years ago

解决了


Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input stri...

4 years ago

解决了


Transposition as a CIPHER
这一切都涉及转印短信。如果输入字符串为: *s1 ='我的名字是sourav mondal' *,则输出为: *s2 ...

4 years ago

解决了


REGEXP的使用
给定一个字符串,包含几句句子,例如:'我弹钢琴。约翰踢足球。安妮塔回家。你安全吗?...

4 years ago

解决了


Pig Latin to English Translator
猪拉丁语是基于英语的人造语言。规则如下(摘自

4 years ago

解决了


英语to Pig Latin Translator
猪拉丁语是基于英语的人造语言。规则如下(摘自Wikipedia for Pig Latin):...

4 years ago

解决了


格式化货币编号
Given a number, format it properly for textual display using the notation $xxx,xxx,xxx.xx. Assume that no more than two digits ...

4 years ago

解决了


班加罗尔的Bang Bang
Imagine a strange language disorder, Bangolangosis, has developed among trigonometricians of

4 years ago

解决了


压缩字符串(不是弹簧)
Please remove excess space, limit one space between others, and no space before punctuation marks. * For example, 'Trendy , ...

4 years ago

解决了


letter yes yes & letter no no
将字符串分为两个字符串,其中第一个字符串具有所有字母字母,第二个字符串具有所有剩余的...

4 years ago

解决了


Convert String to Morse Code
Convert a given string to international * Strings will only have [A-z], ...

4 years ago

解决了


十进制比较
*Background* A utility of particular interest to Cody and other MATLAB ventures is comparing the equality of two numbers. In ...

4 years ago

解决了


从字符串列表中查找匹配的字符串
编写一个返回字符串|仪器| | | |的唯一匹配的字符串的函数从字符串列表| strli ...

4 years ago

解决了


Find Rotated Substring
给定一个字符串s1,发现如果一个旋转的版本of s1 is present in a second string s2. For example, rotated version of some str...

4 years ago

解决了


Reverse the Words (not letters) of a String
*说明*更改字符串的单词,使单词以相反的顺序出现。您可能会假设字符串为n ...

4 years ago

解决了


Space Saver
Remove all characters that are below a space in ASCII value.

4 years ago

解决了


找到匹配的括号
关于编程的出色文本编辑器最不可或缺的事情之一是能够在匹配p之间快速跳跃...

4 years ago

解决了


Return the first and last character of a string
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

4 years ago

解决了


骑士旅游检查员
Given a matrix a, determine whether or not a legal is present. The kn...

4 years ago

Load more