Skip to content

SwiftTips99选题 #38

@lefex

Description

@lefex

选自:swift-algorithm-club

public convenience init(key: T?) {
self.init(key: key, leftChild: RBNode(), rightChild: RBNode(), parent: RBNode())
}

初始化方法的使用(convenience)

Metadata

Metadata

Assignees

No one assigned

    Labels

    可以写无人认领的内容

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions