From 86d781b0c9b89f3e22b5fc0911a6c042c3873512 Mon Sep 17 00:00:00 2001 From: Nalin Bhardwaj Date: Wed, 22 Feb 2017 13:54:43 +0000 Subject: [PATCH] Fixed triggers --- share/goodie/cheat_sheets/json/array-sorting.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/goodie/cheat_sheets/json/array-sorting.json b/share/goodie/cheat_sheets/json/array-sorting.json index 1e259879655..a839b5d9ce7 100644 --- a/share/goodie/cheat_sheets/json/array-sorting.json +++ b/share/goodie/cheat_sheets/json/array-sorting.json @@ -7,7 +7,7 @@ "sourceUrl": "https://en.wikipedia.org/wiki/Sorting_algorithm" }, "aliases": [ - "array sorting", "array sorting algorithms", "array sorting algorithm", "sorting complexity", "sorting time complexity", "sorting memory complexity", "sorting algorithmic complexity", "sorting time", "sorting memory", "sorting algorithm", + "array sorting algorithms", "array sorting algorithm", "sorting complexity", "sorting time complexity", "sorting memory complexity", "sorting algorithmic complexity", "sorting time", "sorting memory", "sorting algorithm", "array sort", "array sort algorithms", "array sort algorithm", "sort complexity", "sort time complexity", "sort memory complexity", "sort algorithmic complexity", "sort time", "sort memory", "sort algorithm" ], "template_type": "code", @@ -246,7 +246,7 @@ ], "Comb Sort": [ { - "key":"Best ", + "key":"Best", "val":"n ⋅ log( n )" }, {