Skip to content

[算法训练]LeetCode: 一些简单的单链表算法题 | 朱晓峰 #8

@shafferjohn

Description

@shafferjohn

https://shaffer.cn/algorithm/algorithm-training-leetcode-simple-linked-list/

前言闲来无聊,做一些简单的单链表题 题目链接如下: 206. 反转链表 141. 环形链表 142. 环形链表 II 876. 链表的中间结点 21. 合并两个有序链表 206. 反转链表题目 反转一个单链表。 示例: 输入: 1->2->3->4->5->NULL 输出: 5->4->3->2->1->NULL 进阶: 你

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions