All Projects → tonghuikang → codecomp

tonghuikang / codecomp

Licence: other
Personal templates for competitive programming

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to codecomp

library
CompetitiveProgramming C++ Library
Stars: ✭ 134 (+605.26%)
Mutual labels:  competitive-programming
Competitive-Programming-in-Java
All the important data structures and algorithms that I use in Competitive Prgramming
Stars: ✭ 18 (-5.26%)
Mutual labels:  competitive-programming
List-of-Learning-Resources
This collection provides a list of educational resources for Software Engineers. Feel free to add your favorite resources as well and help others in their journey of learning.
Stars: ✭ 363 (+1810.53%)
Mutual labels:  competitive-programming
Hacktoberfest-2021-Data-Structures-and-Algorithms
This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest 2021 event. In this repository, you can add programs on Data Structures and some useful algorithms for Competitive Programming.
Stars: ✭ 49 (+157.89%)
Mutual labels:  competitive-programming
Popular Coding Questions Solution
Popular coding questions solution for interview preparation
Stars: ✭ 12 (-36.84%)
Mutual labels:  competitive-programming
Competitive-Programming-Codes
Includes codes from coding competitions and contests over the internet. Languages:- Python3 and C++
Stars: ✭ 14 (-26.32%)
Mutual labels:  competitive-programming
CodeForces
Python solutions to CodeForces problems
Stars: ✭ 48 (+152.63%)
Mutual labels:  competitive-programming
Cubes
Implementation of interesting algorithms in C++
Stars: ✭ 23 (+21.05%)
Mutual labels:  competitive-programming
cses-solutions
This repository contains my solutions to the CSES Problem Set
Stars: ✭ 45 (+136.84%)
Mutual labels:  competitive-programming
icie
Competitive programming IDE-as-a-VS-Code-plugin
Stars: ✭ 81 (+326.32%)
Mutual labels:  competitive-programming
travelling-salesman
Rules for Kiwi.com travelling salesman competition
Stars: ✭ 14 (-26.32%)
Mutual labels:  competitive-programming
cphelper.nvim
Neovim helper for competitive programming. https://sr.ht/~p00f/cphelper.nvim preferred
Stars: ✭ 56 (+194.74%)
Mutual labels:  competitive-programming
cpt
An amazing versatile CLI tool for competitive programming!
Stars: ✭ 32 (+68.42%)
Mutual labels:  competitive-programming
FacebookHackerCup-2019
🏃 Python Solutions of All 22 Problems in FHC 2019
Stars: ✭ 15 (-21.05%)
Mutual labels:  competitive-programming
Codebase
bilibili 代码仓库
Stars: ✭ 75 (+294.74%)
Mutual labels:  competitive-programming
HackerEarth-Solution
Contains hackerearth solutions in python 3
Stars: ✭ 126 (+563.16%)
Mutual labels:  competitive-programming
Codewars
CodeWars Solutions (Please leave a start. Thank you)
Stars: ✭ 156 (+721.05%)
Mutual labels:  competitive-programming
code-DS-ALGO
👨‍💻 Collection of algorithm and data structure codes, and competitive programming.
Stars: ✭ 31 (+63.16%)
Mutual labels:  competitive-programming
codility
My solutions to exercises and tests at http://codility.com.
Stars: ✭ 66 (+247.37%)
Mutual labels:  competitive-programming
competitive-rust-snippets
My Rust snippets for competitive programming
Stars: ✭ 72 (+278.95%)
Mutual labels:  competitive-programming

Competitive Programming Notebook

This contains my templates and snippets for competitive programming in (mostly) Python.

Introduction

For beginners, I recommend starting out on LeetCode. You can try their exercises and participate in the weekly contests. You do not need to install anything on your computer because the IDE is built-in. Neither do you need to parse input and output, or search for the wrong test cases.

I also recommend starting out with Python and working on the exercises on LeetCode. The syntax is easier to write and understand. This Python snippets that I have written can to get you up to speed on what the language can offer.

Only after participating in a few contests and if you are really interested in competitive programming, you can start to get serious by participating in Codeforces and AtCoder contests. These platforms do not have an built-in IDE, and you will need to test your code on your computer.

For every competition, I will create a new branch out of master and edit my code in ./template folder. At the end of the competition, I will push my branch to GitHub.

See ./template for my competition templates.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].