From 8b316cec104659a30c1a49725e89c1d6216f6ef9 Mon Sep 17 00:00:00 2001 From: hex-plex <56990337+hex-plex@users.noreply.github.com> Date: Mon, 28 Oct 2019 10:23:41 +0530 Subject: [PATCH] Cuts the run time to half its useful if we make the loop go only to integer less than a/2 as ((a)/(a/2))==2 and ((a)/(a))==1 so ((a)/(x)) for x a/2