社区资料

照片

Sanzhar Askaruly


ULSAN国家科学研究所

Last seen: 5 maanden ago|自2015年以来活跃

ikigai

统计数据

All
  • 5星银河级4
  • Personal Best Downloads Level 3
  • First Review
  • 首先提交
  • 科迪Challenge Master
  • Commenter
  • 发起人
  • Solver

View badges

内容提要

Solved


从电话号码列表中获取区域代码
Given a string of text with phone numbers in it, return a unique'd cell array of strings that are the area codes. s = '508-6...

Bijna 3 Jaar前

Solved


给定两个字符串,找到最大重叠
给定两个字符串S1和S2,创建一个新的字符串S3,它尽可能短,并且包含两个字符串。如果S1 = [1 2 ...

Bijna 3 Jaar前

Solved


计算两个字符串之间的Levenshtein距离
此问题描述从提出。Levenshtein距离...

Bijna 3 Jaar前

Solved


Mandelbrot Numbers
是围绕一个简单的迭代方程而构建的。z(1)= c z ...

Bijna 3 Jaar前

Solved


DNA N-Gram Distribution
给定一个字符串s和一个数字n,找到字符串中最常见的n-gram,n-gram可以在任何poi上开始...

Bijna 3 Jaar前

Solved


连接四个胜利检查员
is a game where you try to get four pieces in a row. For this problem, ...

Bijna 3 Jaar前

Solved


What is the next step in Conway's Life?
给定一个矩阵A表示一个...

Bijna 3 Jaar前

Solved


最长的除数跑
鉴于向量A,请找到最长的连续数字运行,可以将可以均匀地除以相同的数字D,其中d> 1. ... ...

Bijna 3 Jaar前

Solved


找到回文
鉴于字符串A,请找到最长的alindromic子弦b。因此,当a ='xkayakyy';您应该返回b ='皮划艇';

Bijna 3 Jaar前

Solved


单词计数和索引
给您一个字符串列表,每个列表是由空格划分的单词列表。将字符串分解成单词,然后返回毛病...

ongeveer 3 jaar ago

Solved


它不是元中的lrettes。
An internet meme from 2003 (read more ) asserted that readers are re...

ongeveer 3 jaar ago

Solved


Remove the small words from a list of words.
Your job is to tidy up a list of words that appear in a string. The words are separated by one or more spaces. Remove all words ...

ongeveer 3 jaar ago

Solved


Find state names that start with the letter N
Given a list of US states, remove all the states that start with the letter N. If s1 = 'Alabama Montana Nebraska Vermont Ne...

ongeveer 3 jaar ago

Solved


Find the two-word state names
给定状态列表,请删除所有具有两个单词名称的状态。如果S1 ='阿拉巴马州蒙大拿州北卡罗来纳州佛蒙特州

ongeveer 3 jaar ago

Solved


Function Iterator
给定一个句柄FH到一个函数,该函数获取标量输入并返回标量输出和整数n = 1,返回句柄f ...

ongeveer 3 jaar ago

Solved


在芬兰计数
Sort a vector of single digit whole numbers alphabetically by their name, in Finnish. See the Wikipedia page for

ongeveer 3 jaar ago

Solved


主要因素数字
Consider the following number system. Calculate the prime factorization for each number n, then represent the prime factors in a...

ongeveer 3 jaar ago

Solved


Remove the polynomials that have positive real elements of their roots.
动态系统的特征方程是一个多项式,其根表示其行为。如果有任何一个

ongeveer 3 jaar ago

Solved


Find relatively common elements in matrix rows
You want to find all elements that exist in greater than 50% of the rows in the matrix. For example, given A = 1 2 3 5 ...

ongeveer 3 jaar ago

Solved


实施rot13密码
Replace each character in string s1 with the character that is shifted 13 positions from it (wrap back to the beginning if neces...

ongeveer 3 jaar ago

Solved


tic tac脚趾ftw
给定的TIC TAC脚趾板: * 1代表x * 0表示为空。* -1代表o这是X的动作。如果有imme ...

ongeveer 3 jaar ago

Solved


编码罗马数字
Create a function taking a non-negative integer as its parameter and returning a string containing the Roman Numeral representat...

ongeveer 3 jaar ago

Solved


子集总和
Given a vector v of integers and an integer n, return the the indices of v (as a row vector in ascending order) that sum to n. I...

ongeveer 3 jaar ago

Solved


一串数字的最大运行产品
Given a string s representing a list of numbers, find the five consecutive numbers that multiply to form the largest number. Spe...

ongeveer 3 jaar ago

Solved


Sums with Excluded Digits
将所有整数从1个整数添加到n,其中数字M未显示。M将永远是0到9的一个数字整数。不...

ongeveer 3 jaar ago

Solved


Duplicates
编写一个接受单元字符阵列并返回另一个单元字符串 *的函数 *仅使用重复 * retai ...

ongeveer 3 jaar ago

Solved


Read a column of numbers and interpolate missing data
给定一个字符串输入单元阵列,挑选the second column and turn it into a row vector of data. Missing data will be i...

ongeveer 3 jaar ago

Solved


Kaprekar步骤
6174是。所有自然数量少于10,000(SOM ...除外

ongeveer 3 jaar ago

Solved


拼字游戏得分
Given a word, determine its score in . The input string will always be provi...

ongeveer 3 jaar ago

Solved


Indexed Probability Table
This question was inspired by a Stack Overflow question forwarded to me by Matt Simoneau. Given a vector x, make an indexed pro...

ongeveer 3 jaar ago

装载更多