Posts

How to start compititive coding

Image
Definition           Competitive programming is a mind sport usually held over the internet or a local network, involving participants trying to program according to provided specifications.                         There are many platforms that conduct coding competitions every month among them I know some of them they are Code Chef HackerRank HackerEarth At Coders Code Forces Steps Learn a programming language (like C++, java, python) there are many languages more than 100 to participate in the CP. Learn basic programs like pattern printing, factorial, Fibonacci service, etc. Data Structures like a stack, queue, Sorting Technics, and searching algorithms. Next some basic algorithms the shortest path problems. Time complicity of a program the main topic that you have to learn before participation in CP. Practice the problems there are many websites that provide problems to practice. Best Languages for CP C++ Java Py