Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有一个面试问题要求您确定两个链表是否相互交叉。所以我们需要访问链表的每个节点/元素的内存位置,因为我们正在比较每个节点的内存位置。
通常我们比较每个元素的值。但是我不确定如何访问此类链表元素的内存位置?
谢谢你的建议!