Skip to content

diegomillan/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Pairs Summing

Tested on Unix based machines, using python 3.9+.

Prerequesites

Build & Requirements

  • Create a python virtualenv:
virtualenv venv
  • Activate the virtualenv:
. venv/bin/activate
  • From the root folder of this repository, execute:
make requirements

Test the app

From the root folder of this repository, execute:

make tests

Usage

From the root folder of this repository, execute (it will run over each input line defined in input.txt):

make run

Also, you could run the app passing an existing file as argument (this file must follow the same format as input.txt):

app <filename.txt>

Help and Description

Find a general description and help executing:

app --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published