看板
[ java ]
討論串[問題] 請問如何寫出奇偶分離合併程式
共 8 篇文章
內容預覽:
這句我看不懂 XD. 來看一下我的版本. public static void main(String[] args) {. String source = "135246";. String dst = "";. int strLen = source.length();. int halfLen
(還有574個字)
內容預覽:
public static String shuffffffffffffle(String in){. if(in == null) return null;. int len = in.length();. StringBuilder strBuilder = new StringBuilder(
(還有253個字)
內容預覽:
public void testCase01(){. String[] test = {"wrdol", "acebd", "135246"};. for(int i=0; i<test.length; i++){. String s1 = "";. String s2 = "";. if(test
(還有905個字)