代码如下 | 复制代码 |
/** * 反转单链表 */
/** * 定义链表 * * @author 16026 * */ classNode { intval; Node next; publicNode(intval) { this.val = val; } } publicclassReverseList { /** * 反转链表 * * @param head * @return */ publicstaticNode reverseList(Node head) { if(head ==null|| head.next ==null) { returnhead; } Node reHead =null;// 定义新链表头结点 while(head !=null) { Node cur = head.next;// 记录下一个节点 head.next = reHead;// 将rehead节点连接到head节点上 reHead = head;// 让rehead指向head head = cur;// 将head指向下一个节点 } returnreHead; } /** * 递归反转链表 * * @param head * @return */ publicstaticNode reverseList2(Node head) { if(head ==null|| head.next ==null) returnhead; Node rehead = reverseList2(head.next); head.next.next = head;// 将头节点置于末端 head.next =null;// 防止链表循环 returnrehead; } /** * 打印链表 * * @param head */ publicstaticvoidprintList(Node head) { if(head ==null) return; while(head !=null) { System.out.print(head.val +" "); head = head.next; } } /** * 测试 * * @param args */ publicstaticvoidmain(String[] args) { Node n1 =newNode(1); Node n2 =newNode(2); Node n3 =newNode(3); Node n4 =newNode(4); Node n5 =newNode(5); n1.next = n2; n2.next = n3; n3.next = n4; n4.next = n5; // Node rehead = reverseList(n1); Node rehead = reverseList2(n1); printList(rehead); } } |
运行结果如下:
茶杯头甜蜜终章dlc 官方手机版v1.0.0.3
下载火柴人传说暗影格斗内置菜单 最新版v3.0.1
下载荒野乱斗测试服 安卓版v61.10.3
下载荒野乱斗彩虹服 安卓版v61.10.3
下载寒霜启示录 安卓版v1.25.10
寒霜启示录是一款生存模拟游戏,不少玩家可能对于末日都有着自己
末日城堡免广告版 安卓最新版v0.7.1
末日城堡免广告版是一款非常好玩的模拟经营类游戏,内部可以不看
甜蜜人生模拟器 最新版v1.4.5
甜蜜人生模拟器是一款非常好玩的模拟恋爱手游,玩家在这里能够对
武器锻造师内置功能菜单 v10.4
武器锻造师内置菜单版是游戏的破解版本,在该版本中为玩家提供了
开放空间overfield 安卓版v1.0.5
开放空间Overfield是一款箱庭养成经营手游,让你在广阔