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 ?
6/1/2020 7:02:56 PM
Ketan Lalcheta
2 Answers
New Answerif you mean benchmarking the performance of your C++ code, you can check quick-bench: http://quick-bench.com/
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?