摘要: 原题链接在这里:https://leetcode.com/problems/next-greater-node-in-linked-list/ 题目: We are given a linked list with head as the first node. Let's number the n 阅读全文
posted @ 2019-06-03 13:36 Dylan_Java_NYC 阅读(803) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/split-linked-list-in-parts/submissions/ 题目: Given a (singly) linked list with head node root, write a function t 阅读全文
posted @ 2019-06-03 07:13 Dylan_Java_NYC 阅读(249) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/design-linked-list/ 题目: Design your implementation of the linked list. You can choose to use the singly linked l 阅读全文
posted @ 2019-06-03 06:20 Dylan_Java_NYC 阅读(614) 评论(0) 推荐(0)