Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Fixed triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nalin Bhardwaj committed Feb 22, 2017
1 parent 8ab748a commit 86d781b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions share/goodie/cheat_sheets/json/array-sorting.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -246,7 +246,7 @@
],
"Comb Sort": [
{
"key":"Best ",
"key":"Best",
"val":"n ⋅ log( n )"
},
{
Expand Down

0 comments on commit 86d781b

Please sign in to comment.