e3239bf564
Attempted to separate the snippets of code to small functions and each set of functions have its own file. Also made some improvements by using pools instead of constantly mallocing space.
master
metallaxis2026-05-07 02:00:15 +03:00
00396f86fe
Making it faster by using a max_node pool instead of having it malloc each time.
metallaxis2026-05-07 00:20:55 +03:00
7e215dc877
Made an improvement for storing a global table for possible duplicate numbers (after dividing by gcd)
metallaxis2026-05-06 23:47:55 +03:00
51881687f5
(Added the GCD improvement to mode 1 too.
metallaxis2026-05-06 22:42:04 +03:00
9f1f152c4f
Made a small change to divide by the GCD. Has major time improvements.
metallaxis2026-05-06 22:39:51 +03:00
381896c84f
Uploading my current work to my personal gitea
metallaxis2026-05-06 22:21:57 +03:00