Skip to content

Commit 71d37e1

Browse files
committed
add descriptions to some files
1 parent 540d11f commit 71d37e1

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

algorithm/sorting/bubble/desc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"<a href='https://en.wikipedia.org/wiki/Bubble_sort'>Wikipedia</a>"
99
],
1010
"files": {
11-
"basic": "Basic"
11+
"basic": "Bubble sort"
1212
}
1313
}

algorithm/sorting/heap/desc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"<a href='https://en.wikipedia.org/wiki/Heapsort'>Wikipedia</a>"
99
],
1010
"files": {
11-
"basic": "Basic"
11+
"basic": "Heap sort"
1212
}
1313
}

algorithm/sorting/insertion/desc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"<a href='https://en.wikipedia.org/wiki/Insertion_sort'>Wikipedia</a>"
99
],
1010
"files": {
11-
"basic": "Basic"
11+
"basic": "Insertion sort"
1212
}
1313
}

algorithm/sorting/merge/desc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"<a href='https://en.wikipedia.org/wiki/Merge_sort'>Wikipedia</a>"
99
],
1010
"files": {
11-
"basic": "Basic"
11+
"basic": "Mergesort"
1212
}
1313
}

algorithm/sorting/quick/desc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"<a href='https://en.wikipedia.org/wiki/Quicksort'>Wikipedia</a>"
99
],
1010
"files": {
11-
"basic": "Basic"
11+
"basic": "Quicksort"
1212
}
1313
}

algorithm/sorting/selection/desc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"<a href='https://en.wikipedia.org/wiki/Selection_sort'>Wikipedia</a>"
99
],
1010
"files": {
11-
"basic": "Basic"
11+
"basic": "Selection sort"
1212
}
1313
}

algorithm/sorting/shell/desc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"<a href='https://en.wikipedia.org/wiki/Shellsort'>Wikipedia</a>"
99
],
1010
"files": {
11-
"basic": "Basic"
11+
"basic": "Shellsort"
1212
}
1313
}

0 commit comments

Comments
 (0)