Skip to content

Implement summary.arePermutations() #71

@Smoren

Description

@Smoren

True if iterables are permutations of each other.

function *arePermutations<T>(...iterables: Array<Iterable<T> | Iterator<T>>): boolean

PHP implementation example

Needs to be implemented:

  • summary.arePermutations()
  • summary.arePermutationsAsync()
  • Stream.arePermutations()
  • AsyncStream.arePermutations()

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions