Skip to content

Two arrays with same elements but different orders should be considered as equal #22

Closed
@ghost

Description

equal([1,2,3], [1,2,3]) -> true

equal([1,2,3], [3,2,1]) -> false

How to get the true from the second statement?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions