File tree Expand file tree Collapse file tree 7 files changed +18
-11
lines changed Expand file tree Collapse file tree 7 files changed +18
-11
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ id : pigeonhole-sort
3
+ title : Pigeonhole sort
4
+ sidebar_label : Pigeonhole sort
5
+ ---
6
+
7
+ [ Open a pull request] ( https://github.com/AllAlgorithms/algorithms/tree/master/docs/pigeonhole-sort.md ) to add the content for this algorithm.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ id : quickhull
3
+ title : Quickhull
4
+ sidebar_label : Quickhull
5
+ ---
6
+
7
+ [ Open a pull request] ( https://github.com/AllAlgorithms/algorithms/tree/master/docs/quickhull.md ) to add the content for this algorithm.
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ just a paper and pencil.
336
336
- [ Insertion sort] ( https://allalgorithms.com/docs/insertion-sort )
337
337
- [ Intro sort] ( https://allalgorithms.com/docs/intro-sort )
338
338
- [ Merge sort] ( https://allalgorithms.com/docs/merge-sort )
339
- - [ Pipeonhole sort] ( https://allalgorithms.com/docs/pipeonhole -sort )
339
+ - [ Pigeonhole sort] ( https://allalgorithms.com/docs/pigeonhole -sort )
340
340
- [ Quick sort] ( https://allalgorithms.com/docs/quick-sort )
341
341
- [ Radix sort] ( https://allalgorithms.com/docs/radix-sort )
342
342
- [ Selection sort] ( https://allalgorithms.com/docs/selection-sort )
Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ just a paper and pencil.
347
347
- [Intro Sort](sorting/)
348
348
- [Median Sort](sorting/)
349
349
- [Merge Sort](sorting/)
350
- - [Pipeonhole Sort](sorting/)
350
+ - [Pigeonhole Sort](sorting/)
351
351
- [Quick Sort](sorting/)
352
352
- [Radix Sort](sorting/)
353
353
- [Selection Sort](sorting/)
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ module.exports = [
251
251
'Intro Sort' ,
252
252
'Median Sort' ,
253
253
'Merge Sort' ,
254
- 'Pipeonhole Sort' ,
254
+ 'Pigeonhole Sort' ,
255
255
'Quick Sort' ,
256
256
'Radix Sort' ,
257
257
'Selection Sort' ,
Original file line number Diff line number Diff line change 197
197
" intro-sort" ,
198
198
" median-sort" ,
199
199
" merge-sort" ,
200
- " pipeonhole -sort" ,
200
+ " pigeonhole -sort" ,
201
201
" quick-sort" ,
202
202
" radix-sort" ,
203
203
" selection-sort" ,
You can’t perform that action at this time.
0 commit comments