+ 11
Coding Challenge :: Spider Matrix
You have to draw a spider matrix Rules :- Accept the limit 'n' If the limit is 3, Spider matrix is as follows :- AAAAAAA ABBBBBA ABCCCBA ABBBBBA AAAAAAA THE corresponding letter of 3 is C Therefore, C appears in the middle 3 times. If the limit was 4, D would have appeared in the middle 4 times with all the preceding letters surrounding it in the above manner. Have fun!!!!😀😀😀😀😀 Please try and post your answers......... #challenging #mind-bending
8 ответов
+ 7
My version in Ruby
https://code.sololearn.com/cb6J7XZZa4NG/?ref=app
+ 7
My code (JAVA) :-
https://code.sololearn.com/casjrpzKUQm1/?ref=app
+ 6
Spider matrix in python. This code allows you to input a number or letter limit (for a limit of 3 you could also put in 'C').
https://code.sololearn.com/cK6UNGRPDVtK/?ref=app
+ 3
This is a clever challenge. Let me think.....
+ 2
Hey, funny Challenge!
Anyway, here's my spaghetti python code, with a bit of recursion.
https://code.sololearn.com/cfsR4ODZ0mId/?ref=app
+ 2
I'm too late
https://code.sololearn.com/ckh1B6dfIrVO/?ref=app
- 1
This is not spam.
https://www.sololearn.com/Discuss/583904/?ref=app