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 ?
2 Answers
+ 1
if you mean benchmarking the performance of your C++ code, you can check quick-bench: http://quick-bench.com/
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?