From 15f27793c56cd27788576deb0ef2c8ed901385d2 Mon Sep 17 00:00:00 2001 From: cr0ss Date: Fri, 11 Jan 2019 10:51:27 +0100 Subject: [PATCH] Linebreak in README --- GCD/README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/GCD/README.markdown b/GCD/README.markdown index 07a3f0f4d..4c459eff0 100644 --- a/GCD/README.markdown +++ b/GCD/README.markdown @@ -190,4 +190,5 @@ While these algorithms all calculate the same result, comparing their plane comp _If a fast calculation of the gcd is necessary, a runtime comparison for the specific platform and compiler optimization level should be done for the rekursive Euklidean and Stein's algorithm._ *Written for Swift Algorithm Club by Matthijs Hollemans* + *Extended by Simon C. Krüger*