What to follow for solving CP and/or Data Structures Problems? 1. Type Code Fast! “Quickly as Possible” - This boils down to how much you have practiced problem-solving and how fast are you able to code up the solution! Just improve your typing speed and practice typing on a daily basis. This is going to help you a lot. It helped me a lot to be more productive by solving more and more problems if I am able to type things faster. Link to 10FastFingers - https://10fastfingers.com/ 2. Identify the type of the problems quickly This comes with practice and patience. As and when you start solving more and more problems, you would be able to identify properly which problem comes under what category. Which data structure would be suitable for what problems. Whether this problem belongs to Dynamic Programming or will the Greedy Algorithm work for this problem? Should I use Insertion Sort here or the Merge Sort algorithm. Should I use a Balanced Binary Search Tree here or should I use a ...
TOTN Blogs
The Old Traveller Network (TOTN) Blogs