Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select K #18

Open
jimouris opened this issue Aug 14, 2024 · 0 comments
Open

Select K #18

jimouris opened this issue Aug 14, 2024 · 0 comments
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed

Comments

@jimouris
Copy link
Member

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.
@jimouris jimouris added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 14, 2024
@oceans404 oceans404 added help wanted Extra attention is needed and removed documentation Improvements or additions to documentation labels Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants