Code improvement | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Code improvement

Hi all As far as I understand, I am good to prepare logic and implement requirements. Is there any link or site which allow to check code quality and comment on code done for requirements mentioned in question... I know it's too much expectations but still if I have luck šŸ˜… Now another thing is that do we have some online test series of code which shows results and possibly a proper solution as well ?

1st Jun 2020, 7:02 PM
Ketan Lalcheta
Ketan Lalcheta - avatar
2 Respostas
+ 1
if you mean benchmarking the performance of your C++ code, you can check quick-bench: http://quick-bench.com/
1st Jun 2020, 7:31 PM
MO ELomari
0
You mean a website that looks at your code, tells you how good it is, and suggests improvements? No, thereā€™s no such thing. Learn to analyze your own code, including time-space complexity, bounds, memory allocation, etc. Or get a mentor perhaps?
1st Jun 2020, 10:09 PM
Bobby Fischer
Bobby Fischer - avatar