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 065b7c1

Browse files
committed
Rename Quickull -> Quickhull
1 parent 7c4f513 commit 065b7c1

File tree

5 files changed

+5
-12
lines changed

5 files changed

+5
-12
lines changed

‎docs/quickull.md

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

‎readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ just a paper and pencil.
193193
- [Graham scan](https://allalgorithms.com/docs/graham-scan)
194194
- [Halfplane intersection](https://allalgorithms.com/docs/halfplane-intersection)
195195
- [Jarvis march](https://allalgorithms.com/docs/jarvis-march)
196-
- [Quickull](https://allalgorithms.com/docs/quickull)
196+
- [Quickhull](https://allalgorithms.com/docs/quickhull)
197197
- [Sphere tetrahedron intersection](https://allalgorithms.com/docs/sphere-tetrahedron-intersection)
198198
- [Sutherland hodgeman clipping](https://allalgorithms.com/docs/sutherland-hodgeman-clipping)
199199

‎templates/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ just a paper and pencil.
194194
- [Graham Scan](computational-geometry/)
195195
- [Halfplane intersection](computational-geometry/)
196196
- [Jarvis March](computational-geometry/)
197-
- [Quickull](computational-geometry/)
197+
- [Quickhull](computational-geometry/)
198198
- [Sphere tetrahedron intersection](computational-geometry/)
199199
- [Sutherland Hodgeman clipping](computational-geometry/)
200200

@@ -413,4 +413,4 @@ To the extent possible under law, [Abraham Hernandez (@abranhe)](https://go.abra
413413
<img src="https://cdn.abranhe.com/projects/algorithms/logo.svg" width="50px">
414414
</a>
415415
<br>
416-
</div>
416+
</div>

‎website/data/algorithms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module.exports = [
9898
'Graham Scan',
9999
'Halfplane intersection',
100100
'Jarvis March',
101-
'Quickull',
101+
'Quickhull',
102102
'Sphere tetrahedron intersection',
103103
'Sutherland Hodgeman clipping'
104104
]

‎website/sidebars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"graham-scan",
8686
"halfplane-intersection",
8787
"jarvis-march",
88-
"quickull",
88+
"quickhull",
8989
"sphere-tetrahedron-intersection",
9090
"sutherland-hodgeman-clipping"
9191
],

0 commit comments

Comments
(0)

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