From dddcbee9ce2432b90f28ebf50aebe9500dcd854e Mon Sep 17 00:00:00 2001 From: Krishna Vedala Date: Tue, 26 May 2020 00:52:38 -0400 Subject: [PATCH] fixed more filenames --- .../{Gaussian_elimination.cpp => gaussian_elimination.cpp} | 0 others/{Buzz_number.cpp => buzz_number.cpp} | 0 others/{GCD_of_n_numbers.cpp => gcd_of_n_numbers.cpp} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename computer_oriented_statistical_methods/{Gaussian_elimination.cpp => gaussian_elimination.cpp} (100%) rename others/{Buzz_number.cpp => buzz_number.cpp} (100%) rename others/{GCD_of_n_numbers.cpp => gcd_of_n_numbers.cpp} (100%) diff --git a/computer_oriented_statistical_methods/Gaussian_elimination.cpp b/computer_oriented_statistical_methods/gaussian_elimination.cpp similarity index 100% rename from computer_oriented_statistical_methods/Gaussian_elimination.cpp rename to computer_oriented_statistical_methods/gaussian_elimination.cpp diff --git a/others/Buzz_number.cpp b/others/buzz_number.cpp similarity index 100% rename from others/Buzz_number.cpp rename to others/buzz_number.cpp diff --git a/others/GCD_of_n_numbers.cpp b/others/gcd_of_n_numbers.cpp similarity index 100% rename from others/GCD_of_n_numbers.cpp rename to others/gcd_of_n_numbers.cpp