summaryrefslogtreecommitdiff
path: root/factors
AgeCommit message (Collapse)Author
2023-08-21Add MTC to outputAdrien Hopkins
(MTC = Multiplication Table Complexity)
2023-08-21Upgrade to Go 1.21Adrien Hopkins
Use methods from the new slices and maps modules to make my code faster and more compact.
2023-08-21Refactor tests to use a common testing functionAdrien Hopkins
I can now use the function tableTest() to create a new test in one or two lines of code! No more need to rewrite basically the same code ten times...
2023-08-21Add 2345 Score to outputAdrien Hopkins
2023-08-21Add totative ratio and factor score to programAdrien Hopkins
2023-08-18Add list of factors to outputAdrien Hopkins
2023-08-18Add tests for Prime Factorization functionAdrien Hopkins
2023-08-18Add functionality to print prime factorizationAdrien Hopkins