Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 421 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 421 Bytes

robocorp-multiples

Description

This service parses a file containing 3 numbers x, y and max and returns the number of multiples for both numbers x or y that are below max.

It uses NodeJS streams to read and calculate the data, and a bonary tree to sort the results by the number of multiples.

Instalation

npm install

Usage

npm run start -- <input-file> <output-file>