Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 9.59 KB

Licence.md

File metadata and controls

39 lines (36 loc) · 9.59 KB

This program “Sorting Algorithm Visualizer” ist made by Aaron Hümmecke and published under the Creative Commons licence CC BY-SA 4.0

The following materials have been used for the program:

Algorithmus from ZUM-Wiki under CC BY-SA 3.0 (edited and translated) - list of authors for the explanation “Algorithm” Sortierverfahren from ZUM-Wiki under CC BY-SA 3.0 (edited and translated) - list of authors for the explanation “Sorting Algorithm”,
"Sortieralgorithmus" by Aaron Hümmecke under CC BY-SA 4.0 for the explanation “Sorting Algorithm”,
Sortierverfahren from ZUM-Wiki under CC BY-SA 3.0 (edited and translated) - list of authors for the explanation “Categorization of Sorting Algorithms”,
Sortieralgorithmen/ Sortierverfahren im Überblick from Wikibooks under CC BY-SA 3.0 (edited and translated) - list of authors for the explanation “Categorization of Sorting Algorithm”,
Sortierverfahren from ZUM-Wiki under CC BY-SA 3.0 (edited and translated) - list of authors for the explanation “Efficiency of Sorting Algorithms”,
Platzkomplexität from Wikipedia under CC BY-SA 3.0 (edited and translated) - list of authors for the explanation “Efficiency of Sorting Algorithms”,
Sortierverfahren from ZUM-Wiki under CC BY-SA 3.0 (edited and translated) - list of authors for the explanation “Efficiency of Sorting Algorithms”,
Algorithmus from ZUM-Wiki under CC BY-SA 3.0 (edited and translated) - list of authors for the explanation “BubbleSort”, Algorithmen und Datenstrukturen in C/ Bubblesort from Wikibooks under CC BY-SA 3.0 (edited and translated) - list of authors for the explanation “BubbleSort”,
Bubble-sort-example-300px.gif by Swfung8 under CC BY-SA 3.0 for the explanation “BubbleSort”,
Selection Sort from GeeksforGeeks under CC BY-SA 4.0 (edited and translated) for the explanation “SelectionSort”,
Selection-Sort-Animation.gif by Joestape89 under CC BY-SA 3.0 for the explanation “SelectionSort”,
Insertion Sort from GeeksforGeeks under CC BY-SA 4.0 (edited and translated) for the explanation “InsertionSort”,
Algorithmen und Datenstrukturen in C/ Insertionsort from Wikibooks under CC BY-SA 3.0 (edited and translated) - list of authors for the explanation “SelectionSort”,
Insertion-sort.svg by MrDrBob under CC BY-SA 3.0 for the explanation “InsertionSort”,
[https://www.geeksforgeeks.org/merge-sort/](Merge Sort) from GeeksforGeeks under CC BY-SA 4.0 (edited and translated) for the explanation “MergeSort”,
Algorithmen und Datenstrukturen in C/ Mergesort from Wikibooks under CC BY-SA 3.0 (edited and translated) - list of authors for the explanation “MergeSort”,
Merge sort algorithm diagram.svg by VineetKumar under Public Domain for the explanation “MergeSort”,
Quick Sort from GeeksforGeeks under CC BY-SA 4.0 (edited and translated) for the explanation “QuickSort”,
Algorithmen und Datenstrukturen in C/ Quicksort from Wikibooks under CC BY-SA 3.0 (edited and translated) - list of authors for the explanation “QuickSort”,
"QuickSort" by Aaron Hümmecke under CC BY-SA 4.0 for the explanation “QuickSort”,
BogoSort or Permutation Sort from GeeksforGeeks under CC BY-SA 4.0 (edited and translated) for the explanation “BogoSort”,
Algorithm Implementation/Sorting/Bogosort from Wikibooks under CC BY-SA 3.0 (edited and translated) - list of authors for the explanation “BogoSort”,
InsertionSort from GeeksforGeeks under CC BY-SA 4.0 (edited and translated) for the table “Comparing Overview of Sorting Algorithms”,
QuickSort from GeeksforGeeks under CC BY-SA 4.0 (edited and translated) for the table “Comparing Overview of Sorting Algorithms”,
Sortierverfahren from Wikipedia under CC BY-SA 3.0 (edited and translated) - list of authors for the table “Comparing Overview of Sorting Algorithms”,

Java program for implementation of Bubble Sort by Rajat Mishra under CC BY-SA 4.0 (edited) for the code of the algorithm BubbleSort,
Java program for implementation of Selection Sort by Rajat Mishra under CC BY-SA 4.0 (edited) for the code of the algorithm SelectionSort,
Java program for implementation of Insertion Sort by Rajat Mishra under CC BY-SA 4.0 (edited) for the code of the algorithm InsertionSort,
Java program for Merge Sort by Rajat Mishra under CC BY-SA 4.0 (edited) for the code of the algorithm MergeSort,
Java program for implementation of QuickSort by Rajat Mishra under CC BY-SA 4.0 (edited) for the code of the algorithm QuickSort,
Java Program to implement BogoSort by Rahul Agrawal under CC BY-SA 4.0 (edited) for the code of the algorithm BogoSort