Skip to content

How to keep data structure comments? #108

@xdliyushen

Description

@xdliyushen

Verify steps

Description

Wishing there was a data structure comment that uses in the code inserts before the document.
suck like this in problem 25.reverse nodes in k-group

/**
 * Definition for singly-linked list.
 * function ListNode(val, next) {
 *     this.val = (val===undefined ? 0 : val)
 *     this.next = (next===undefined ? null : next)
 * }
 */

Possible Solution

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions