Skip to content

Write a program which accepts lines of text and generates output lines containing as many words as possible, where the number of characters in each line does not exceed a certain length.

andrewshawcare/telegram-problem

Repository files navigation

telegram-problem

Write a program which accepts lines of text and generates output lines containing as many words as possible, where the number of characters in each line does not exceed a certain length.

Deployment

Prerequisites

This project is deployed with Docker and Docker Compose. The easiest way to setup a Docker environment is by installing the Docker for Mac or Docker for Windows.

Docker Compose

docker-compose up

Once the services are up, you will see the, "Live IDE URL" in the console output. You can open that URL in a web browser to see the graph in a Flowhub IDE running on your local machine as a docker service.

About

Write a program which accepts lines of text and generates output lines containing as many words as possible, where the number of characters in each line does not exceed a certain length.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published