From 19b131835571fd57de6751cfd0d972341ae754f8 Mon Sep 17 00:00:00 2001 From: KhanShaheb34 Date: Mon, 18 Nov 2019 22:34:33 +0600 Subject: [PATCH] Whole structural change --- BasicDataStructures/LinkedList/{C++ => }/LinkedList.cpp | 0 BasicDataStructures/Vector/{Java => }/Vector.java | 0 .../CoinChangeNumberOfWays/{C++ => }/CoinChangeNumberOfWays.cpp | 0 .../{C++ => }/CoinChangeNumberofWays2D.cpp | 0 .../{C++ => }/CoinChangeWithMinimumCoin.cpp | 0 DP/FordFulkersonAlgorithm/{C++ => }/FordFulkerson.cpp | 0 DP/LevenshteinDistance/{C++ => }/LevenshteinDistance.cpp | 0 .../{C++ => }/LongestCommonSubSequence.cpp | 0 .../Alternative/{C++ => }/LIS alternative.cpp | 0 .../Consecutive/{C++ => }/LISconscutive.cpp | 0 DP/LongestIncreasingSubsequence/Even/{C++ => }/LISeven.cpp | 0 DP/LongestIncreasingSubsequence/{C++ => }/lis.cpp | 0 .../{C++ => }/MatrixChainMultiplication.cpp | 0 Hashing/CuckooHashing/{C++ => }/Cuckoo_Hashing.cpp | 0 .../{C++ => }/Knuth_Multiplicative_Quadratic_Hashing.cpp | 0 .../ChineseRemainderTheorem/{C++ => }/ChineseRemainderTheorem.cpp | 0 .../{C++ => }/NaiveChineseRemainderTheorem.cpp | 0 Maths/EuclideanAlgorithms/{C++ => }/EuclideanAlgo.cpp | 0 Maths/EuclideanAlgorithms/{C++ => }/ExtendedEuclideanAlgo.cpp | 0 .../{C++ => }/ModularMultiplicativeInverse.cpp | 0 .../{C++ => }/ModularMultiplicativeInverseNaive.cpp | 0 .../DifferentialEquations/EularsMethod/{Octave => }/Euler.m | 0 .../RungeKuttaMethod/{Octave => }/RungeKutta.m | 0 .../RootFindingMethods/BisectionMethod/{Octave => }/Bisection.m | 0 .../FalsePositionMethod/{Octave => }/FalsePosition.m | 0 .../NewtonRaphsonMethod/{Octave => }/NewtonRaphson.m | 0 .../GaussJacobiMethod/{Octave => }/GaussJacobi.m | 0 .../GaussSeidelMethod/{Octave => }/GaussSeidel.m | 0 .../FirstPatternMatching/{C => }/firstPatternMatchingAlgo.c | 0 .../SecondPatternMatching/{C => }/secondPatternMatching.c | 0 Searching/BinarySearch/{C => }/binarySearch.c | 0 Searching/LinearSearch/{C => }/linearSearch.c | 0 Sorting/BubbleSort/{C => }/bubbleSort.c | 0 Sorting/MergeSort/{C++ => }/mergeSort.cpp | 0 Sorting/QuickSort/{C++ => }/quickSort.cpp | 0 Trees/Trie/{C++ => }/Trie.cpp | 0 36 files changed, 0 insertions(+), 0 deletions(-) rename BasicDataStructures/LinkedList/{C++ => }/LinkedList.cpp (100%) rename BasicDataStructures/Vector/{Java => }/Vector.java (100%) rename DP/CoinChange/CoinChangeNumberOfWays/{C++ => }/CoinChangeNumberOfWays.cpp (100%) rename DP/CoinChange/CoinChangeNumberOfWays2D/{C++ => }/CoinChangeNumberofWays2D.cpp (100%) rename DP/CoinChange/CoinChangeWithMinimumCoin/{C++ => }/CoinChangeWithMinimumCoin.cpp (100%) rename DP/FordFulkersonAlgorithm/{C++ => }/FordFulkerson.cpp (100%) rename DP/LevenshteinDistance/{C++ => }/LevenshteinDistance.cpp (100%) rename DP/LongestCommonSubSequence/{C++ => }/LongestCommonSubSequence.cpp (100%) rename DP/LongestIncreasingSubsequence/Alternative/{C++ => }/LIS alternative.cpp (100%) rename DP/LongestIncreasingSubsequence/Consecutive/{C++ => }/LISconscutive.cpp (100%) rename DP/LongestIncreasingSubsequence/Even/{C++ => }/LISeven.cpp (100%) rename DP/LongestIncreasingSubsequence/{C++ => }/lis.cpp (100%) rename DP/MatrixChainMultiplication/{C++ => }/MatrixChainMultiplication.cpp (100%) rename Hashing/CuckooHashing/{C++ => }/Cuckoo_Hashing.cpp (100%) rename Hashing/KnuthMultiplicativeQuadraticHashing/{C++ => }/Knuth_Multiplicative_Quadratic_Hashing.cpp (100%) rename Maths/ChineseRemainderTheorem/{C++ => }/ChineseRemainderTheorem.cpp (100%) rename Maths/ChineseRemainderTheorem/{C++ => }/NaiveChineseRemainderTheorem.cpp (100%) rename Maths/EuclideanAlgorithms/{C++ => }/EuclideanAlgo.cpp (100%) rename Maths/EuclideanAlgorithms/{C++ => }/ExtendedEuclideanAlgo.cpp (100%) rename Maths/ModularMultiplicativeInverse/{C++ => }/ModularMultiplicativeInverse.cpp (100%) rename Maths/ModularMultiplicativeInverse/{C++ => }/ModularMultiplicativeInverseNaive.cpp (100%) rename NumericalAnalysis/DifferentialEquations/EularsMethod/{Octave => }/Euler.m (100%) rename NumericalAnalysis/DifferentialEquations/RungeKuttaMethod/{Octave => }/RungeKutta.m (100%) rename NumericalAnalysis/RootFindingMethods/BisectionMethod/{Octave => }/Bisection.m (100%) rename NumericalAnalysis/RootFindingMethods/FalsePositionMethod/{Octave => }/FalsePosition.m (100%) rename NumericalAnalysis/RootFindingMethods/NewtonRaphsonMethod/{Octave => }/NewtonRaphson.m (100%) rename NumericalAnalysis/SystemOfLinearEquations/GaussJacobiMethod/{Octave => }/GaussJacobi.m (100%) rename NumericalAnalysis/SystemOfLinearEquations/GaussSeidelMethod/{Octave => }/GaussSeidel.m (100%) rename PatternMatching/FirstPatternMatching/{C => }/firstPatternMatchingAlgo.c (100%) rename PatternMatching/SecondPatternMatching/{C => }/secondPatternMatching.c (100%) rename Searching/BinarySearch/{C => }/binarySearch.c (100%) rename Searching/LinearSearch/{C => }/linearSearch.c (100%) rename Sorting/BubbleSort/{C => }/bubbleSort.c (100%) rename Sorting/MergeSort/{C++ => }/mergeSort.cpp (100%) rename Sorting/QuickSort/{C++ => }/quickSort.cpp (100%) rename Trees/Trie/{C++ => }/Trie.cpp (100%) diff --git a/BasicDataStructures/LinkedList/C++/LinkedList.cpp b/BasicDataStructures/LinkedList/LinkedList.cpp similarity index 100% rename from BasicDataStructures/LinkedList/C++/LinkedList.cpp rename to BasicDataStructures/LinkedList/LinkedList.cpp diff --git a/BasicDataStructures/Vector/Java/Vector.java b/BasicDataStructures/Vector/Vector.java similarity index 100% rename from BasicDataStructures/Vector/Java/Vector.java rename to BasicDataStructures/Vector/Vector.java diff --git a/DP/CoinChange/CoinChangeNumberOfWays/C++/CoinChangeNumberOfWays.cpp b/DP/CoinChange/CoinChangeNumberOfWays/CoinChangeNumberOfWays.cpp similarity index 100% rename from DP/CoinChange/CoinChangeNumberOfWays/C++/CoinChangeNumberOfWays.cpp rename to DP/CoinChange/CoinChangeNumberOfWays/CoinChangeNumberOfWays.cpp diff --git a/DP/CoinChange/CoinChangeNumberOfWays2D/C++/CoinChangeNumberofWays2D.cpp b/DP/CoinChange/CoinChangeNumberOfWays2D/CoinChangeNumberofWays2D.cpp similarity index 100% rename from DP/CoinChange/CoinChangeNumberOfWays2D/C++/CoinChangeNumberofWays2D.cpp rename to DP/CoinChange/CoinChangeNumberOfWays2D/CoinChangeNumberofWays2D.cpp diff --git a/DP/CoinChange/CoinChangeWithMinimumCoin/C++/CoinChangeWithMinimumCoin.cpp b/DP/CoinChange/CoinChangeWithMinimumCoin/CoinChangeWithMinimumCoin.cpp similarity index 100% rename from DP/CoinChange/CoinChangeWithMinimumCoin/C++/CoinChangeWithMinimumCoin.cpp rename to DP/CoinChange/CoinChangeWithMinimumCoin/CoinChangeWithMinimumCoin.cpp diff --git a/DP/FordFulkersonAlgorithm/C++/FordFulkerson.cpp b/DP/FordFulkersonAlgorithm/FordFulkerson.cpp similarity index 100% rename from DP/FordFulkersonAlgorithm/C++/FordFulkerson.cpp rename to DP/FordFulkersonAlgorithm/FordFulkerson.cpp diff --git a/DP/LevenshteinDistance/C++/LevenshteinDistance.cpp b/DP/LevenshteinDistance/LevenshteinDistance.cpp similarity index 100% rename from DP/LevenshteinDistance/C++/LevenshteinDistance.cpp rename to DP/LevenshteinDistance/LevenshteinDistance.cpp diff --git a/DP/LongestCommonSubSequence/C++/LongestCommonSubSequence.cpp b/DP/LongestCommonSubSequence/LongestCommonSubSequence.cpp similarity index 100% rename from DP/LongestCommonSubSequence/C++/LongestCommonSubSequence.cpp rename to DP/LongestCommonSubSequence/LongestCommonSubSequence.cpp diff --git a/DP/LongestIncreasingSubsequence/Alternative/C++/LIS alternative.cpp b/DP/LongestIncreasingSubsequence/Alternative/LIS alternative.cpp similarity index 100% rename from DP/LongestIncreasingSubsequence/Alternative/C++/LIS alternative.cpp rename to DP/LongestIncreasingSubsequence/Alternative/LIS alternative.cpp diff --git a/DP/LongestIncreasingSubsequence/Consecutive/C++/LISconscutive.cpp b/DP/LongestIncreasingSubsequence/Consecutive/LISconscutive.cpp similarity index 100% rename from DP/LongestIncreasingSubsequence/Consecutive/C++/LISconscutive.cpp rename to DP/LongestIncreasingSubsequence/Consecutive/LISconscutive.cpp diff --git a/DP/LongestIncreasingSubsequence/Even/C++/LISeven.cpp b/DP/LongestIncreasingSubsequence/Even/LISeven.cpp similarity index 100% rename from DP/LongestIncreasingSubsequence/Even/C++/LISeven.cpp rename to DP/LongestIncreasingSubsequence/Even/LISeven.cpp diff --git a/DP/LongestIncreasingSubsequence/C++/lis.cpp b/DP/LongestIncreasingSubsequence/lis.cpp similarity index 100% rename from DP/LongestIncreasingSubsequence/C++/lis.cpp rename to DP/LongestIncreasingSubsequence/lis.cpp diff --git a/DP/MatrixChainMultiplication/C++/MatrixChainMultiplication.cpp b/DP/MatrixChainMultiplication/MatrixChainMultiplication.cpp similarity index 100% rename from DP/MatrixChainMultiplication/C++/MatrixChainMultiplication.cpp rename to DP/MatrixChainMultiplication/MatrixChainMultiplication.cpp diff --git a/Hashing/CuckooHashing/C++/Cuckoo_Hashing.cpp b/Hashing/CuckooHashing/Cuckoo_Hashing.cpp similarity index 100% rename from Hashing/CuckooHashing/C++/Cuckoo_Hashing.cpp rename to Hashing/CuckooHashing/Cuckoo_Hashing.cpp diff --git a/Hashing/KnuthMultiplicativeQuadraticHashing/C++/Knuth_Multiplicative_Quadratic_Hashing.cpp b/Hashing/KnuthMultiplicativeQuadraticHashing/Knuth_Multiplicative_Quadratic_Hashing.cpp similarity index 100% rename from Hashing/KnuthMultiplicativeQuadraticHashing/C++/Knuth_Multiplicative_Quadratic_Hashing.cpp rename to Hashing/KnuthMultiplicativeQuadraticHashing/Knuth_Multiplicative_Quadratic_Hashing.cpp diff --git a/Maths/ChineseRemainderTheorem/C++/ChineseRemainderTheorem.cpp b/Maths/ChineseRemainderTheorem/ChineseRemainderTheorem.cpp similarity index 100% rename from Maths/ChineseRemainderTheorem/C++/ChineseRemainderTheorem.cpp rename to Maths/ChineseRemainderTheorem/ChineseRemainderTheorem.cpp diff --git a/Maths/ChineseRemainderTheorem/C++/NaiveChineseRemainderTheorem.cpp b/Maths/ChineseRemainderTheorem/NaiveChineseRemainderTheorem.cpp similarity index 100% rename from Maths/ChineseRemainderTheorem/C++/NaiveChineseRemainderTheorem.cpp rename to Maths/ChineseRemainderTheorem/NaiveChineseRemainderTheorem.cpp diff --git a/Maths/EuclideanAlgorithms/C++/EuclideanAlgo.cpp b/Maths/EuclideanAlgorithms/EuclideanAlgo.cpp similarity index 100% rename from Maths/EuclideanAlgorithms/C++/EuclideanAlgo.cpp rename to Maths/EuclideanAlgorithms/EuclideanAlgo.cpp diff --git a/Maths/EuclideanAlgorithms/C++/ExtendedEuclideanAlgo.cpp b/Maths/EuclideanAlgorithms/ExtendedEuclideanAlgo.cpp similarity index 100% rename from Maths/EuclideanAlgorithms/C++/ExtendedEuclideanAlgo.cpp rename to Maths/EuclideanAlgorithms/ExtendedEuclideanAlgo.cpp diff --git a/Maths/ModularMultiplicativeInverse/C++/ModularMultiplicativeInverse.cpp b/Maths/ModularMultiplicativeInverse/ModularMultiplicativeInverse.cpp similarity index 100% rename from Maths/ModularMultiplicativeInverse/C++/ModularMultiplicativeInverse.cpp rename to Maths/ModularMultiplicativeInverse/ModularMultiplicativeInverse.cpp diff --git a/Maths/ModularMultiplicativeInverse/C++/ModularMultiplicativeInverseNaive.cpp b/Maths/ModularMultiplicativeInverse/ModularMultiplicativeInverseNaive.cpp similarity index 100% rename from Maths/ModularMultiplicativeInverse/C++/ModularMultiplicativeInverseNaive.cpp rename to Maths/ModularMultiplicativeInverse/ModularMultiplicativeInverseNaive.cpp diff --git a/NumericalAnalysis/DifferentialEquations/EularsMethod/Octave/Euler.m b/NumericalAnalysis/DifferentialEquations/EularsMethod/Euler.m similarity index 100% rename from NumericalAnalysis/DifferentialEquations/EularsMethod/Octave/Euler.m rename to NumericalAnalysis/DifferentialEquations/EularsMethod/Euler.m diff --git a/NumericalAnalysis/DifferentialEquations/RungeKuttaMethod/Octave/RungeKutta.m b/NumericalAnalysis/DifferentialEquations/RungeKuttaMethod/RungeKutta.m similarity index 100% rename from NumericalAnalysis/DifferentialEquations/RungeKuttaMethod/Octave/RungeKutta.m rename to NumericalAnalysis/DifferentialEquations/RungeKuttaMethod/RungeKutta.m diff --git a/NumericalAnalysis/RootFindingMethods/BisectionMethod/Octave/Bisection.m b/NumericalAnalysis/RootFindingMethods/BisectionMethod/Bisection.m similarity index 100% rename from NumericalAnalysis/RootFindingMethods/BisectionMethod/Octave/Bisection.m rename to NumericalAnalysis/RootFindingMethods/BisectionMethod/Bisection.m diff --git a/NumericalAnalysis/RootFindingMethods/FalsePositionMethod/Octave/FalsePosition.m b/NumericalAnalysis/RootFindingMethods/FalsePositionMethod/FalsePosition.m similarity index 100% rename from NumericalAnalysis/RootFindingMethods/FalsePositionMethod/Octave/FalsePosition.m rename to NumericalAnalysis/RootFindingMethods/FalsePositionMethod/FalsePosition.m diff --git a/NumericalAnalysis/RootFindingMethods/NewtonRaphsonMethod/Octave/NewtonRaphson.m b/NumericalAnalysis/RootFindingMethods/NewtonRaphsonMethod/NewtonRaphson.m similarity index 100% rename from NumericalAnalysis/RootFindingMethods/NewtonRaphsonMethod/Octave/NewtonRaphson.m rename to NumericalAnalysis/RootFindingMethods/NewtonRaphsonMethod/NewtonRaphson.m diff --git a/NumericalAnalysis/SystemOfLinearEquations/GaussJacobiMethod/Octave/GaussJacobi.m b/NumericalAnalysis/SystemOfLinearEquations/GaussJacobiMethod/GaussJacobi.m similarity index 100% rename from NumericalAnalysis/SystemOfLinearEquations/GaussJacobiMethod/Octave/GaussJacobi.m rename to NumericalAnalysis/SystemOfLinearEquations/GaussJacobiMethod/GaussJacobi.m diff --git a/NumericalAnalysis/SystemOfLinearEquations/GaussSeidelMethod/Octave/GaussSeidel.m b/NumericalAnalysis/SystemOfLinearEquations/GaussSeidelMethod/GaussSeidel.m similarity index 100% rename from NumericalAnalysis/SystemOfLinearEquations/GaussSeidelMethod/Octave/GaussSeidel.m rename to NumericalAnalysis/SystemOfLinearEquations/GaussSeidelMethod/GaussSeidel.m diff --git a/PatternMatching/FirstPatternMatching/C/firstPatternMatchingAlgo.c b/PatternMatching/FirstPatternMatching/firstPatternMatchingAlgo.c similarity index 100% rename from PatternMatching/FirstPatternMatching/C/firstPatternMatchingAlgo.c rename to PatternMatching/FirstPatternMatching/firstPatternMatchingAlgo.c diff --git a/PatternMatching/SecondPatternMatching/C/secondPatternMatching.c b/PatternMatching/SecondPatternMatching/secondPatternMatching.c similarity index 100% rename from PatternMatching/SecondPatternMatching/C/secondPatternMatching.c rename to PatternMatching/SecondPatternMatching/secondPatternMatching.c diff --git a/Searching/BinarySearch/C/binarySearch.c b/Searching/BinarySearch/binarySearch.c similarity index 100% rename from Searching/BinarySearch/C/binarySearch.c rename to Searching/BinarySearch/binarySearch.c diff --git a/Searching/LinearSearch/C/linearSearch.c b/Searching/LinearSearch/linearSearch.c similarity index 100% rename from Searching/LinearSearch/C/linearSearch.c rename to Searching/LinearSearch/linearSearch.c diff --git a/Sorting/BubbleSort/C/bubbleSort.c b/Sorting/BubbleSort/bubbleSort.c similarity index 100% rename from Sorting/BubbleSort/C/bubbleSort.c rename to Sorting/BubbleSort/bubbleSort.c diff --git a/Sorting/MergeSort/C++/mergeSort.cpp b/Sorting/MergeSort/mergeSort.cpp similarity index 100% rename from Sorting/MergeSort/C++/mergeSort.cpp rename to Sorting/MergeSort/mergeSort.cpp diff --git a/Sorting/QuickSort/C++/quickSort.cpp b/Sorting/QuickSort/quickSort.cpp similarity index 100% rename from Sorting/QuickSort/C++/quickSort.cpp rename to Sorting/QuickSort/quickSort.cpp diff --git a/Trees/Trie/C++/Trie.cpp b/Trees/Trie/Trie.cpp similarity index 100% rename from Trees/Trie/C++/Trie.cpp rename to Trees/Trie/Trie.cpp