All Projects → luqmanarifin → Cp

luqmanarifin / Cp

A repository to backup my competitive programming source code since 2013

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Cp

Competitivequestion
Question solved on various competitive sites 🤘
Stars: ✭ 5 (-93.67%)
Mutual labels:  competitive-programming
Awesome Competitive Programming
💎 A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
Stars: ✭ 9,119 (+11443.04%)
Mutual labels:  competitive-programming
Kactl
KTH Algorithm Competition Template Library (... eller KTHs AC-tillverkande lapp)
Stars: ✭ 1,106 (+1300%)
Mutual labels:  competitive-programming
Test Case Generators
Test case generator code samples for Competitive Programming
Stars: ✭ 23 (-70.89%)
Mutual labels:  competitive-programming
Huprog
A repo which includes the HUPROG'17(Hacettepe University Programming Contest)'s questions and the solutions of that questions.
Stars: ✭ 11 (-86.08%)
Mutual labels:  competitive-programming
Algorithms
Solved algorithms and data structures problems in many languages
Stars: ✭ 1,021 (+1192.41%)
Mutual labels:  competitive-programming
Arabiccompetitiveprogramming
The repository contains the ENGLISH description files attached to the video series in my ARABIC algorithms channel.
Stars: ✭ 675 (+754.43%)
Mutual labels:  competitive-programming
Technical Interview Guide
My learning material for technical interviews!
Stars: ✭ 76 (-3.8%)
Mutual labels:  competitive-programming
Online Judge
LQD Online Judge
Stars: ✭ 36 (-54.43%)
Mutual labels:  competitive-programming
Competitive Programming
Repository of all my submissions to some competitive programming website (Online Judges), as well as, the implementation of some data structures and algorithms.
Stars: ✭ 53 (-32.91%)
Mutual labels:  competitive-programming
Java Competitive Programming
I have written some important Algorithms and Data Structures in an efficient way in Java with proper references to time and space complexity. These Pre-cooked and well-tested codes help to implement larger hackathon problems in lesser time. DFS, BFS, LCA, All Pair Shortest Path, Longest Common Subsequence, Binary Search, Lower Bound Search, Maximal Matching, Matrix Exponentiation, Segment Tree, Sparse Table, Merge Sort, Miller Prime Test, Prims - Minimum Spanning Tree, BIT - Binary Index Tree, Two Pointers, BST - Binary Search Tree, Maximum Subarray Sum, Immutable Data Structures, Persistent Data Structurs - Persistent Trie, Dijkstra, Z - Function, Minimum Cost Maximal Matching, Heavy Light Decomposition, Knapsack, Suffix Array and LCP - Longest Common Prefix, Squre Root Decomposition, Kth Order Statics, Trie / Prefix Tree, LIS - Longest Increasing Subsequence, Hashing
Stars: ✭ 24 (-69.62%)
Mutual labels:  competitive-programming
Competitive Programming Library
A library designed to improve your competitive programming performance.
Stars: ✭ 26 (-67.09%)
Mutual labels:  competitive-programming
Getac
Quick unit testing tool for competitive programming
Stars: ✭ 44 (-44.3%)
Mutual labels:  competitive-programming
Div2 2018 19
A repository containing Workshop Slides, Problem Sets and Solution for Competitive Programming at McGill's Division 2 training in the 2018-2019 academic year.
Stars: ✭ 17 (-78.48%)
Mutual labels:  competitive-programming
Icie
Competitive programming IDE-as-a-VS-Code-plugin
Stars: ✭ 65 (-17.72%)
Mutual labels:  competitive-programming
Atcoderproblems
Extend your AtCoder
Stars: ✭ 713 (+802.53%)
Mutual labels:  competitive-programming
Graph Theory
Graph algorithms implementation
Stars: ✭ 42 (-46.84%)
Mutual labels:  competitive-programming
Competitive Programming Questions
This repo is open for all. Add your favourite competitive programming questions along with the solution.
Stars: ✭ 77 (-2.53%)
Mutual labels:  competitive-programming
Usaco
General Resources for Competitive Programming
Stars: ✭ 1,152 (+1358.23%)
Mutual labels:  competitive-programming
Competitive Programming Library
kimiyuki's library for competitive programming with C++
Stars: ✭ 44 (-44.3%)
Mutual labels:  competitive-programming

cp (Competitive Programming)

A repository to backup my competitive programming source code since 2013. What is Competitive Programming? You can read here. https://en.wikipedia.org/wiki/Competitive_programming

This repo contains source code of solutions for problems from online judges: Codeforces, TopCoder, CodeChef, HackerRank, SPOJ, TLX, etc. Also it contains my solutions for problemset from some competitions, both online and onsite. My handle in all online judges is kadalbonek.

Since August 2016, problems are classified by the directory, based on the event/contest or the online judges. I decide to make the repo filesystem simple (tree with 1-depth), so there will be many of directories. Past solutions are located at 0-unclassified directory.

You can freely use this repository for whatever: learn about competitive programming, or just want to know how I solved CP problem.

I maintain this repository myself. If there any inquiries, you can contact me here: [email protected]

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].