Git Product home page Git Product logo

cc's Introduction

Getting into Competitive Coding

Setting up an IDE

I like Sublime Text because it's fast and light weight. Another popular choice is Visual Studio (paired with some useful extensions). However, anything is fine as it comes down to personal preference.
Link to setting up Sublime
Link to VS extension (cph)

Choosing a language

Spoiler

It's C++ and here's why.
tl;dr: C++ is the most commmonly used 'fast' language, that also comes with great functionality.

Java is also a popular choice, however. So if you're not already familiar with C++, it is advised that you switch over; Although you may choose to stick with Java if you feel that it's a better choice. There are infinitely many links on the internet that guide you through the basics of these languages, so none will be mentioned here.

C++ STL

STL, or Standard Template Library, is a huge library of useful functions. If you're not already familiar with it, this is a good place to start. Try out a few problems here.

Getting started

Here is a comprehensive guide on Competitive Coding websites (primarily CodeForces, which I recommend). Before you actually start it is important to familiarize yourself with the big-O notation. Understanding Time and Space Complexity is the only prerequisite (apart from knowing a language). Once you've done all this, you're ready to start.

One formula for everything

  • This covers most beginner topics. Upsolve every problem from these posts. Remember that these are only the first 2-3 problems that will introduce you to the topic. It's upto you to explore further.

  • Once you're familiar with a particular topic, you can go to problemset on Codeforces and filter by tag and/or rating. From there, it's just practice, practice, practice.

  • Virtual Contests are a great way to improve speed. You could have all the conceptual knowledge in the world but that wouldn't mean anything if you aren't fast.

Formula

Learn new topic > Practice problems > Improve speed > Learn new topic > Practice ... Rinse and repeat.

Extras

Track your progress
Rating Predictor (Download the extension)

cc's People

Contributors

the-hyp0cr1t3 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.