Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Why is the direct + space and join (' ') different?
看了。答案。我哭晕在厕所。。。。。默默滚去看书学习
方法好多啊
我次奥!!
我怎么没想到!!
哔了狗了。多谢大神!!妈个鸡!!居然是这样的子的!!!
SB了
This comment is hidden because it contains spoiler information about the solution
还能这么写。。可以的。我再去试试
别这样大神....
This comment is hidden because it contains spoiler information about the solution
好丧病的字符限制啊.第一次做出来200个.撑死所见到160.。。。
好的.╮(╯▽╰)╭
只用if( typeof iterable=="string")就够了。。其他的不用管。。
是的。是你那种写法。。你是三元。。我不习惯写三元。。
返回值是数组啊.你丢进去运行下.会发现能通过一半.但是我觉得我的代码是对的.
这样的.我去试试.
过了哔了狗了.我的天他也没说要判断啊.也没多给几个测试用例.
谢谢大神
var uniqueInOrder=function(iterable){
var _r=[],_t='';
var _arr=iterable.split('');
for(var i=0;i<_arr.length;i++){
if(_arr[i]!=_t){_r.push(_arr[i]);_t=_arr[i];}else{continue;}
}
return _r;
}
我的是这样的我是取前一个数放入新的字符串里面。然后取下一个数判断,不相等就Push.同时替换。相等就不要.
不是代码我做出来了。但是到最后测试的时候前面通过了。后面居然要求我用int 数组和char数组。哔了狗了。我都不知道是啥
https://www.codewars.com/kata/54e6533c92449cc251001667
我的天.大神居然回我了。
大神。Unique In Order里面char和int数组是什么意思啊。完全不懂啊我的天
Loading more items...