LeetCode160 相交链表
创始人
2024-11-20 13:35:28
0

前言

题目:160. 相交链表
文档:代码随想录——链表相交
编程语言: C++
解题状态: 没思路…

思路

依旧是双指针法,很巧妙的方法,有点想不出来。

代码

先将两个链表末端对齐,然后两个指针齐头并进,容易判断出是否相交。

/**  * Definition for singly-linked list.  * struct ListNode {  *     int val;  *     ListNode *next;  *     ListNode(int x) : val(x), next(NULL) {}  * };  */ class Solution { public:     ListNode *getIntersectionNode(ListNode *headA, ListNode *headB) {         ListNode* curA = headA;         ListNode* curB = headB;          int lenA = 0;         int lenB = 0;          while (curA) {             ++lenA;             curA = curA -> next;         }          while (curB) {             ++lenB;             curB = curB -> next;         }          curA = headA;         curB = headB;          if (lenB > lenA) {             swap(lenA, lenB);             swap(curA, curB);         }          int gap = lenA - lenB;          while (gap--) {             curA = curA -> next;         }          while (curA) {             if (curA == curB) {                 return curA;             }             curA = curA -> next;             curB = curB -> next;         }          return NULL;     } }; 
  • 时间复杂度: O ( m + n ) O(m + n) O(m+n)
  • 空间复杂度: O ( 1 ) O(1) O(1)

相关内容

热门资讯

智星菠萝辅助!wpk系统是否存... 智星菠萝辅助!wpk系统是否存在作弊行为,智星菠萝辅助器(详细辅助2025版教程)1.智星菠萝辅助器...
透视好牌“wpk辅助器”竟然真... 透视好牌“wpk辅助器”竟然真的是有挂(辅助挂)详细辅助专业教程;1、上手简单,内置详细流程视频教学...
wpk透视脚本视频!fishp... wpk透视脚本视频!fishpoker透视,wepoker辅助器安装包(详细辅助我来教教你)1、we...
透视有挂“智星德州菠萝透视插件... 透视有挂“智星德州菠萝透视插件工具”切实是有挂(辅助挂)详细辅助高科技教程在进入辅助挂后,参与本局比...
wepoker免费透视脚本!w... wepoker免费透视脚本!wepoker-h5下载,wpk透视脚本视频(详细辅助德州教程);小薇(...
aapoker透视脚本!wep... aapoker透视脚本!wepoker辅助脚本,wpk辅助插件(详细辅助攻略教程);无聊就玩这款aa...
透视ai代打“aapoker辅... 透视ai代打“aapoker辅助包”总是存在有挂(辅助挂)详细辅助曝光教程;1. ai辅助创建新账号...
wepoker透视脚本下载!w... wepoker透视脚本下载!wepoker黑侠辅助器,hhpoker透视脚本(详细辅助靠谱教程);致...
透视安装“hhpoker辅助软... 透视安装“hhpoker辅助软件下载”切实是真的有挂(辅助挂)详细辅助透牌教程1、玩家可以在软件透明...
wepoker免费永久脚本!p... wepoker免费永久脚本!pokerrrr2辅助,wpk辅助ai(详细辅助透明教程);人气非常高,...