0
See my pattern program and give optimization suggestions
https://code.sololearn.com/ciMQ3xa3lguL/?ref=app https://code.sololearn.com/cyTjQf1748lx/?ref=app https://code.sololearn.com/c2B2X0P3F6lT/?ref=app https://code.sololearn.com/crOrXQy60hfn/?ref=app https://code.sololearn.com/cF6G5PQ76T12/?ref=app https://code.sololearn.com/cQJ89KRqZu2Z/?ref=app https://code.sololearn.com/ckgVCgfQOZz5/?ref=app https://code.sololearn.com/c8cEoY5lU7Dz/?ref=app https://code.sololearn.com/cE38IRyvpvLb/?ref=app https://code.sololearn.com/cjMaGzHX0NG2/?ref=app https://code.sololearn.com/cV94Xs3vxZM1/?ref=app https://code.sololearn.com/cVa2c7fLGdAM/?ref=app https://code.sololearn.com/ciCCkOpSRnEF/?ref=app
4 Respostas
+ 1
You forgot to link your program ^^", post it here so people can see it!
0
Which one ?
0
Satya knowledge two things:
1. Indentation! All of your statements have the same indentation, it's very hard to read these kind of codes, it is very important to indent in every new block, for example for loops, if/else statements...
2. Write comments, what do your codes do ?