fix(curriculum): external pancake sorting link in CIP (#46326)

pull/46357/head
Muhammed Mustafa 2022-06-05 18:41:03 +02:00 committed by GitHub
parent 8397129aaa
commit a10f9039b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ dashedName: sorting-algorithmspancake-sort
# --description--
Write a function to sort an array of integers (of any convenient size) into ascending order using [Pancake sorting](<https://en.wikipedia.org/wiki/Pancake sorting>). The function should return the sorted array.
Write a function to sort an array of integers (of any convenient size) into ascending order using Pancake sorting. The function should return the sorted array.
In short, instead of individual elements being sorted, the only operation allowed is to "flip" one end of the list, like so: