exercism / prolog

Exercism exercises in Prolog.
https://exercism.org/tracks/prolog
MIT License
29 stars 37 forks source link

Optimize example implementation of `change` exercise #218

Closed ErikSchierboom closed 1 year ago

ErikSchierboom commented 1 year ago

The current example implementation of change takes about 10 seconds to finish. This is somewhat wasteful from a CI standpoint, so it would be great if this could be improved.

This is the current example implementation: https://github.com/exercism/prolog/blob/main/exercises/practice/change/.meta/change.example.pl