esantini / Algorimetro

Used to measure different approaches at solving the same algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Used to measure different approaches at solving the same algorithm.


Languages

Language:TypeScript 100.0%