How I made C++ readable in Competitive programming
So I have started my competitive programming journey using Python instead of C++. And it was great! The one thing that I love the most about Python is how easily readable the code is. There are some great keywords like in and the beloved for i in range(start,end,step) whose value I did not realize until I started using C++. You start to appreciate the simplicity of print after writing your 5th << in cout...