+ 2
Number Circle [Challenge]
Here is a new kind of challenge ! You have to draw a number circle ! Like this:- 4 3 1 2 Note:Only non-web languages are welcome. Hint:Use a number limit to draw the circle properly. Best of Luck ! Happy Coding !
3 Antworten
+ 5
Here is my attempt in Kotlin. Supports entering 3 to 8 on beta app or web. Randomly picks a number on app 2.0.1.
https://code.sololearn.com/cMtIQFMmwDXU
+ 3
Limited to draw digits rather than numbers circle, but unlimited in size (since width -- diameter -- fit in output line width): enter radius size at parameter (radius 1 for a 3 lines by 7 characters circle -- as characters ratio width/height is near of 1/2)... valid values are integers greater or equal to 1.
https://code.sololearn.com/cdxxNqGCEO8Z/?ref=app
+ 1
I know that this challenge is the harder one.
But don't forget that we should try everything once.