diff options
author | se <se@FreeBSD.org> | 2016-02-22 16:12:44 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 2016-02-22 16:12:44 +0800 |
commit | 348f87386d287616d2141cf098c0b30b3a976cd2 (patch) | |
tree | fbee60f867e02a2db6acd544c0ed94853afde1ed /math/Makefile | |
parent | fdc736f0b6c61cb989fa1a56c1d62f881e36f046 (diff) | |
download | freebsd-ports-gnome-348f87386d287616d2141cf098c0b30b3a976cd2.tar.gz freebsd-ports-gnome-348f87386d287616d2141cf098c0b30b3a976cd2.tar.zst freebsd-ports-gnome-348f87386d287616d2141cf098c0b30b3a976cd2.zip |
Add math/sound-of-sorting:
This program demonstrates the working principles of some 20 sorting
algorithms and is very easy to use. Select the algorithm, the speed
of the visualisation and whether you want to get sound output (that
reflects the values being moved and is characteristic for each kind
of algorithm).
Approved by: antoine (mentor)
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 12103c31fd76..1ccb30cdaa54 100644 --- a/math/Makefile +++ b/math/Makefile @@ -667,6 +667,7 @@ SUBDIR += slgrace SUBDIR += snns SUBDIR += solitaire + SUBDIR += sound-of-sorting SUBDIR += spar SUBDIR += spblas SUBDIR += speedcrunch |