(0 commenti) (0 reazioni) (0 assegnatari)Python (10 fork)auto 404
enhancementhacktoberfesthelp wanted

Metriche repository

Star
 (11 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor