From a10f9039b28f1ab494e922ad1edd19076a6182a1 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Sun, 5 Jun 2022 18:41:03 +0200 Subject: [PATCH] fix(curriculum): external pancake sorting link in CIP (#46326) --- .../rosetta-code/sorting-algorithms-pancake-sort.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/sorting-algorithms-pancake-sort.md b/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/sorting-algorithms-pancake-sort.md index 1a4a28928c8..3841c9604f1 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/sorting-algorithms-pancake-sort.md +++ b/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/sorting-algorithms-pancake-sort.md @@ -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](). 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: