Skip to content

docs(data-structure): 为所有题目生成小 README 骨架 #5

Description

@LiuHangyuWE

小 README 的模版如下:

Title: Reverse Linked List (LeetCode 206)

  • Category: Linked List
  • Source: LeetCode 206(链接)
  • Language: C / C++ / Java
  • Tags: iteration, recursion
  • Difficulty: Easy

Problem

(题意与输入输出简述)

Approach

(核心思路 ≤5 句;必要时附关键伪代码/要点)

Complexity

  • Time: O(n)
  • Space: O(1)

Implementation

  • main.c:实现说明与简单用例

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions