fix(curriculum): external mode link in CIP (#46306)

This commit is contained in:
Muhammed Mustafa
2022-06-03 09:50:25 +02:00
committed by GitHub
parent bfe50cd195
commit bccb54bdaf

View File

@@ -8,7 +8,7 @@ dashedName: averagesmode
# --description--
Write a program to find the [mode](<https://en.wikipedia.org/wiki/Mode (statistics)> "wp: Mode (statistics)") value of a collection.
Write a function `mode` to find the value that appears most in an array.
The case where the collection is empty may be ignored. Care must be taken to handle the case where the mode is non-unique.