Skip to content

Commit 4ead17f

Browse files
committed
Merge pull request algorithm-visualizer#76 from TornjV/fix/naming
Capitalize algorithm names
2 parents 2966b17 + 33d135b commit 4ead17f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

algorithm/category.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"insertion": "Insertion Sort",
3131
"selection": "Selection Sort",
3232
"bubble": "Bubble Sort",
33-
"quick": "Quicksort",
3433
"merge": "Merge Sort",
35-
"heap" : "Heapsort",
3634
"radix": "Radix Sort",
35+
"quick": "Quicksort",
36+
"heap" : "Heapsort",
3737
"shell": "Shellsort"
3838
}
3939
},
@@ -47,13 +47,13 @@
4747
"dp": {
4848
"name": "Dynamic Programming",
4949
"list": {
50-
"fibonacci": "Fibonacci sequence",
51-
"knapsack_problem": "Knapsack problem",
52-
"longest_increasing_subsequence": "Longest increasing subsequence",
53-
"max_subarray": "Maximum subarray",
54-
"max_sum_path": "Maximum sum path",
55-
"sliding_window": "Sliding window",
56-
"integer_partition": "Integer partition"
50+
"fibonacci": "Fibonacci Sequence",
51+
"knapsack_problem": "Knapsack Sroblem",
52+
"longest_increasing_subsequence": "Longest Increasing Subsequence",
53+
"max_subarray": "Maximum Subarray",
54+
"max_sum_path": "Maximum Sum Path",
55+
"sliding_window": "Sliding Window",
56+
"integer_partition": "Integer Partition"
5757
}
5858
},
5959
"etc": {

0 commit comments

Comments
 (0)