exercism / swift

Exercism exercises in Swift.
https://exercism.org/tracks/swift
MIT License
113 stars 158 forks source link

[New Exercise]: Armstrong Numbers #708

Open meatball133 opened 11 months ago

meatball133 commented 11 months ago

This exercise will test large numbers, seems like it could add a lot of complexity for this simple exercise without any real good language support for large numbers. I am considering adding this library: https://github.com/mkrd/Swift-BigInt, which would be the first library added. Since Swift doesnt have native Int128 nor bigint

IsaacG commented 1 month ago

Should this be synced/updated to match the latest problem specs?

meatball133 commented 1 month ago

Yeah, it should I will look into that