Skip to content

victorigualada/robocorp-multiples

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published