
Recently I did an assignment on code optimization in c and c++ programming language and believe me I found some interesting results on code optimization.Code optimization is basically a practice to improve your code with respect to various parameters like space,memory access-direct and indirect,time,processor and compiler.Most of he result are taken from google search,youtube videos(specially in case of data sructures ) and Ebooks which I read code optimization in C,C++ and algorithms.So here are some of the best results which I came across and I hope these 20 tips will help you all to code better.