From 18cb99698906af863e8426569865c87df26864f9 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 25 Mar 2019 15:32:32 +0100 Subject: [PATCH] added bubble-sort and cocktail-shaker-sort --- Projects.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Projects.md b/Projects.md index 9a47d941..426dda1f 100644 --- a/Projects.md +++ b/Projects.md @@ -1441,6 +1441,8 @@ See also [[SQLDrivers page|SQLDrivers]]. * [sortutil](https://github.com/cznic/sortutil) - Utilities supplemental to the Go standard "sort" package * [tarjan](http://github.com/looplab/tarjan) - Graph loop detection function based on Tarjan's algorithm * [timsort](https://github.com/psilva261/timsort) - Fast, stable sort, uses external comparator or sort.Interface + * [bubble-sort](https://git.darknebu.la/Algorithms/sort/src/branch/master/bubble-sort) + * [cocktail-shaker-sort](https://git.darknebu.la/Algorithms/sort/src/branch/master/cocktail-shaker-sort) ## Source Code Management