Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 599 Bytes

File metadata and controls

14 lines (10 loc) · 599 Bytes

Prime Factor Calculator

An application to calculate prime factors using Sieve of Eratosthenes.

Features:-

  • Can calculate prime factors upto 10,000,000 limit.
  • pre-computation is used that is calculation of prime factor is done in very few seconds.
  • time complexity - O(n log log n) {assuming the worst case}
  • prime factors are displayed in three different styles, as shown in image file
  • a clean UI is presented for the application

Here's the screenshot

screenshot