package
0.0.0-20210923095818-d09112687d82
Repository: https://github.com/feitianlove/multiplepracticetaking.git
Documentation: pkg.go.dev

# Structs

请判断一个链表是否为回文链表。 示例 1: 输入: 1->2 输出: false 示例 2: 输入: 1->2->2->1 输出: true https://leetcode-cn.com/problems/palindrome-linked-list/ */.