New Factorize Algorithm Vs Current State of the Art, Factor Output Muted to prevent IP Infringement

by bosons
macOS ◆ xterm-256color ◆ bash 164 views

Following testcases are run:

  1. 125
  2. 299
  3. 30623
  4. 4251161764252561
  5. fml.txt
  6. Manindra. June3
  7. RSA-232
  8. RSA-2048 and compared with current state of the art as in: #!/usr/local/bin/python

import sys import primefac from primefac import *

if name == “main“:

num = str(sys.argv[1])
print("Number Entered was: " + str(num))
k=factorint(int(num))
print(k)

More by bosons

Intfact 17:17

by bosons

untitled 02:56

by bosons

28th Feb 2024 01:52

by bosons

See all