Skip to content

Commit 1672303

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 9c1caa5 + bd94ec4 commit 1672303

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
This software was developed with the aim to enrich teaching and learning in the area of algorithms with new possibilities. It is licensed under the terms of GPL v3.
66

7+
The project technically is my oldest project that is available to the public. It started as an university project during my bachelor studies (2015) and was since forked into teaching-algorithms, a project which is available [here](https://github.com/teaching-algorithms/teaching-algorithms/releases). I however decided to maintain sorting-algorithms as a separate project with the clear goal to cover sorting algorithms only. Updates to sorting-algorithms are not reflected in teaching-algorithms which hasn't received any updates since 2016.
8+
79
At this point I want to thank Dr. Klaus-J. Förster and René Goertz who allowed me to develop this as a university project and contributed to its success through feedback and proposals.
810

911
Currently supported algorithms:
@@ -14,6 +16,7 @@ Currently supported algorithms:
1416
- Quicksort
1517
- Heapsort (Min-/Maxheap)
1618
- Insertionsort
19+
- Shellsort
1720

1821

1922
noteworthy features:

0 commit comments

Comments
 (0)