Skip to content

shishirajm/progress_pie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Progress Pie

  • Given a point and the percent of progress of Circular Pie, determines if the Point is covered by the Pie or not.
  • Though the Pie can be configured to be originating at different points and radius, it isn't tested.
  • Test cases are only added for the main logic.
  • Pie and classes in the model can be reused for any input source.

Running the solution

  • Clone the repo.
  • Open the repo in PyCharm editor.
  • Set the. Pythong interpreter to venv 3.9.
  • Right click on the main.py and run.
  • Right click on the test files to run unit tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages