Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 168 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 168 Bytes

Assignment given by Kyriba

Convert a number into binary string

This code presents 2 versions of conversion: loop and recursive.

Solution Acceptance

Correct.