Skip to content

Instantly share code, notes, and snippets.

View 404Nikhil's full-sized avatar
🎯
Focusing

Nikhil Dhariwal 404Nikhil

🎯
Focusing
View GitHub Profile
@404Nikhil
404Nikhil / begin(C++).md
Created August 19, 2022 21:44 — forked from johnmcfarlane/begin(C++).md
Resources for C++ beginners
@404Nikhil
404Nikhil / CP1.md
Created August 19, 2022 17:53 — forked from sharmaeklavya2/CP1.md
Getting started with Competitive Programming

Starting out with Competitive Programming

(This guide is meant for beginners. If you have solved 100+ problems and are looking for guidance on how to solve problems involving algorithms and data structures, this document is not for you.)

Competitive Programming is an interesting activity which mixes problem solving with programming. It is not only enjoyable but also very demanded in placements. Competitive programming will make you very good at writing efficient programs quickly.