From 029b51fd84086772c2738c830762ef41b723769f Mon Sep 17 00:00:00 2001 From: Leaced Date: Sun, 2 Apr 2017 16:44:00 +0200 Subject: [PATCH] neuer Ordner --- InsertionSort.cpp => Sortieralgorithmen/InsertionSort.cpp | 0 SelectionSort.cpp => Sortieralgorithmen/SelectionSort.cpp | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename InsertionSort.cpp => Sortieralgorithmen/InsertionSort.cpp (100%) rename SelectionSort.cpp => Sortieralgorithmen/SelectionSort.cpp (100%) diff --git a/InsertionSort.cpp b/Sortieralgorithmen/InsertionSort.cpp similarity index 100% rename from InsertionSort.cpp rename to Sortieralgorithmen/InsertionSort.cpp diff --git a/SelectionSort.cpp b/Sortieralgorithmen/SelectionSort.cpp similarity index 100% rename from SelectionSort.cpp rename to Sortieralgorithmen/SelectionSort.cpp