(0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (10 件のフォーク)auto 404
enhancementhacktoberfesthelp wanted

Repository metrics

Stars
 (11 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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 k selected values.

コントリビューターガイド