exercism / scala

Exercism exercises in Scala.
https://exercism.org/tracks/scala
MIT License
123 stars 131 forks source link

Armstrong Numbers approaches #756

Closed bobahop closed 1 year ago

bobahop commented 1 year ago

Approaches for Armstrong Numbers

bobahop commented 1 year ago

@ErikSchierboom: Armstrong Numbers approaches ready for review

bobahop commented 1 year ago

I'm wondering if I should add a recursive approach... I may do that today or tomorrow...

EDIT: recursive approach now added