We could add one or two approaches using https://wiki.freepascal.org/Data_Structures,_Containers,_Collections - FGL (Free Generics Library) - Generics Collections I think we would need to disable warnings, like in [ETL](https://github.com/exercism/free-pascal/blob/a4648c736b512f29a57451e896d48f2d005308a7/exercises/practice/etl/.meta/example.pas#L5)
We could add one or two approaches using https://wiki.freepascal.org/Data_Structures,_Containers,_Collections
I think we would need to disable warnings, like in ETL