1
0
Fork 0
pr3-sose2026-fork/haskell/02-list-operations
Oliver Stolle d08714a7a9 Implemented the list-operations exercise 2026-06-01 20:05:12 +00:00
..
README.md list operations assignment 2025-08-20 15:11:10 +02:00
list-operations.hs Implemented the list-operations exercise 2026-06-01 20:05:12 +00:00

README.md

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.