From a884fe9e921d57b87d85e970c2f57b8f21025641 Mon Sep 17 00:00:00 2001 From: SVAKSHA Date: Sun, 31 Jan 2016 07:37:36 +0100 Subject: [PATCH] @iamed2 : WikiSort.jl --- AI.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AI.md b/AI.md index b0aa3d5630..d178788a6c 100644 --- a/AI.md +++ b/AI.md @@ -61,6 +61,9 @@ + [NearestNeighbors.jl](https://github.com/johnmyleswhite/NearestNeighbors.jl) :: Data structures for nearest neighbor search. + [ReverseRegexes.jl](https://github.com/carlobaldassi/ReverseRegexes.jl) :: Adds functionality to reverse-search strings with regexes +### Sorting ++ [WikiSort.jl](https://github.com/iamed2/WikiSort.jl) :: An implementation of the WikiSort algorithm in Julia. + ### Time + [LabelPropagation.jl](https://github.com/afternone/LabelPropagation.jl) :: A fast, nearly linear time algorithm for detecting communtiy structure in networks.