Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 34a196a

Browse files
committed
Rename Pipeonhole -> Pigeonhole
1 parent 065b7c1 commit 34a196a

File tree

7 files changed

+18
-11
lines changed

7 files changed

+18
-11
lines changed

‎docs/pigeonhole-sort.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.

‎docs/pipeonhole-sort.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

‎docs/quickhull.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.

‎readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ just a paper and pencil.
336336
- [Insertion sort](https://allalgorithms.com/docs/insertion-sort)
337337
- [Intro sort](https://allalgorithms.com/docs/intro-sort)
338338
- [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)
340340
- [Quick sort](https://allalgorithms.com/docs/quick-sort)
341341
- [Radix sort](https://allalgorithms.com/docs/radix-sort)
342342
- [Selection sort](https://allalgorithms.com/docs/selection-sort)

‎templates/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ just a paper and pencil.
347347
- [Intro Sort](sorting/)
348348
- [Median Sort](sorting/)
349349
- [Merge Sort](sorting/)
350-
- [Pipeonhole Sort](sorting/)
350+
- [Pigeonhole Sort](sorting/)
351351
- [Quick Sort](sorting/)
352352
- [Radix Sort](sorting/)
353353
- [Selection Sort](sorting/)

‎website/data/algorithms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ module.exports = [
251251
'Intro Sort',
252252
'Median Sort',
253253
'Merge Sort',
254-
'Pipeonhole Sort',
254+
'Pigeonhole Sort',
255255
'Quick Sort',
256256
'Radix Sort',
257257
'Selection Sort',

‎website/sidebars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"intro-sort",
198198
"median-sort",
199199
"merge-sort",
200-
"pipeonhole-sort",
200+
"pigeonhole-sort",
201201
"quick-sort",
202202
"radix-sort",
203203
"selection-sort",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /