xinyu04

导航

2022年10月4日 #

[Oracle] LeetCode 160 Intersection of Two Linked Lists

摘要: Given the heads of two singly linked-lists headA and headB, return the node at which the two lists intersect. If the two linked lists have no intersec 阅读全文

posted @ 2022-10-04 20:24 Blackzxy 阅读(9) 评论(0) 推荐(0) 编辑

[Oracle] LeetCode 199 Binary Tree Right Side View

摘要: Given the root of a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you can see ordered from top to bot 阅读全文

posted @ 2022-10-04 17:20 Blackzxy 阅读(11) 评论(0) 推荐(0) 编辑