TheAlgorithms / Scala

All Algorithms implemented in Scala
MIT License
1.08k stars 391 forks source link

Add Decimal Octal Binary Converter #75

Closed LiJonn closed 1 year ago

LiJonn commented 2 years ago

Pull Request for adding algorithms to convert an integer into decimal, octal, and binary number. Tests have been performed, and the scripts are included in this merge. Please let me know if further changes are required.