1
0
Fork 0
This repository has been archived on 2026-08-16. You can view files and clone it, but cannot push or open issues/pull-requests.
pr3-sose2026-fork/haskell/02-list-operations/README.md

329 B

Assignment

You are provided with:

  1. A vector of names
  2. A vector of ages

Your task is to compute a list containing the UPPERCASE names of the two oldest persons whose names ends with an "a". The result shall be sorted by alphabet.

Complete the corresponding unit test in the file 02-list-operations/list-operations.hs.