Leetcode:6. ZigZag Conversion

Leetcode:6. ZigZag Conversion 參考:http://blog.csdn.net/linhuanmars/article/details/21145039#reply,找規律 public String convert(String s, int nRows) { if(s == null || s.length()==0 || nRows <=0)
相關文章
相關標籤/搜索