Diana Du

Results 20 comments of Diana Du

@allen6432 Cracking the Coding interview

弱弱问一句,x平方=x+1的解不是这个吧?

@allen6432 给neil讲完别忘了把求解过程图片发上来哦~ Many thanks!

手动点赞!终于在多年之后明白为啥了。。。。

I got the same issue when I tried to use my own kafka instead of prerequisites. Any update now?

``` public class Reverse { public static String reverse(String s){ char[] charArray=s.toCharArray(); int length=charArray.length; char[] newArray = new char[length]; for(int i=0;i

@GingerBear 你的探索精神值得鼓励!