enhancementhacktoberfesthelp wanted
仓库指标
- 星标
- (11 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Request a New Nada Example
Select k values from a list.
Description
Write a Nada program for selecting k values from a list/array.
optional: specify custom orderings as an additional argument to the function.
Specific Requirements
- Inputs: An array, a number
k, and (optionally) an ordering function. - Outputs: an array with the
kselected values.