/Algorimetro

Used to measure different approaches at solving the same algorithm.

Primary LanguageTypeScript

Algorímetro

A simple approach at testing algorithms time performance.

Current algorithm:

In an array, find the number that appears more than 50% of the time.

  • Input: number[]
  • Output: number | false, the result or false if none found.