From e480c049be85f5250e6bdcf89e7d2fea26c3156d Mon Sep 17 00:00:00 2001 From: Krishna Vedala Date: Wed, 27 May 2020 19:00:20 -0400 Subject: [PATCH] mode math algorithms to math folder --- {others => math}/fibonacci_fast.cpp | 0 {others => math}/fibonacci_large.cpp | 0 {others => math}/large_factorial.cpp | 0 {others => math}/large_number.h | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {others => math}/fibonacci_fast.cpp (100%) rename {others => math}/fibonacci_large.cpp (100%) rename {others => math}/large_factorial.cpp (100%) rename {others => math}/large_number.h (100%) diff --git a/others/fibonacci_fast.cpp b/math/fibonacci_fast.cpp similarity index 100% rename from others/fibonacci_fast.cpp rename to math/fibonacci_fast.cpp diff --git a/others/fibonacci_large.cpp b/math/fibonacci_large.cpp similarity index 100% rename from others/fibonacci_large.cpp rename to math/fibonacci_large.cpp diff --git a/others/large_factorial.cpp b/math/large_factorial.cpp similarity index 100% rename from others/large_factorial.cpp rename to math/large_factorial.cpp diff --git a/others/large_number.h b/math/large_number.h similarity index 100% rename from others/large_number.h rename to math/large_number.h