Skip to content

Integer partition generator #301

@ferranlala

Description

@ferranlala

I've written an integer partition generator. For example, I have used it to write a generator for a tree:

class Tree<A> {
    let root: A
    let subForest: [Tree<A>]
}

Let me know if you consider that this belongs to SwiftCheck, I'll then open a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions