Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 435 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 435 Bytes

portfolio_overlap

Python 3.8 solution to Geektrust challenge Portfolio Overlap.

Problem statement

Read the complete problem statement here Portfolio Overlap

How to run the code

python -m geektrust <absolute_path_to_input_file>

How to run the tests

python -m unittest discover

For coverage

coverage run -m unittest discover