Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.
This repository was archived by the owner on May 6, 2025. It is now read-only.

Criada função de Moda #45

@jacksjm

Description

@jacksjm

Criada uma nova função que calcula a moda de um determinado vetor.

Exemplos:

moda([1, 2, 3 ]) --> [ ]
moda([1, 2, 2, 3 ]) --> [ 2 ]
moda([1, 2, 2, 3, 3 ]) --> [ 2, 3 ]

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