摘要: 方法:交换链表节点的值 public class SortLinked { public static void main(String[] args) { int[] a= {1,4,3,2,5}; Node head=arr(a); Node cur=sort(head1); while(cur 阅读全文
posted @ 2019-04-15 20:56 上官蓓儿 阅读(1555) 评论(0) 推荐(0)