All Projects → AnneLivia → Competitive Programming

AnneLivia / Competitive Programming

Licence: mit
Repository of all my submissions to some competitive programming website (Online Judges), as well as, the implementation of some data structures and algorithms.

Projects that are alternatives of or similar to Competitive Programming

Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (+641.51%)
Mutual labels:  competitive-programming, algorithms, graph-algorithms, algorithm-challenges, algorithm-competitions
Get better at cp in 2 months
This contains the curriculum that I will follow to get better at Competitive Programming in 2 months.
Stars: ✭ 627 (+1083.02%)
Mutual labels:  competitive-programming, algorithms, algorithm-challenges, algorithm-competitions
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+22347.17%)
Mutual labels:  algorithms, datastructures, algorithm-challenges, algorithm-competitions
Competitive Programming
📌 📚 Solution of competitive programming problems, code templates, Data Structures and Algorithms, hackathons, interviews and much more.
Stars: ✭ 496 (+835.85%)
Mutual labels:  competitive-programming, codeforces, algorithms, datastructures
Data structure and algorithms library
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
Stars: ✭ 133 (+150.94%)
Mutual labels:  competitive-programming, algorithms, graph-algorithms
Codeforces
Stars: ✭ 128 (+141.51%)
Mutual labels:  competitive-programming, codeforces, algorithm-challenges
Cpeditor
The IDE for competitive programming 🎉 | Fetch, Code, Compile, Run, Check, Submit 🚀
Stars: ✭ 562 (+960.38%)
Mutual labels:  competitive-programming, codeforces, algorithm-competitions
Problem Solving Training
Problem solving training for computer science students.
Stars: ✭ 210 (+296.23%)
Mutual labels:  competitive-programming, codeforces, algorithms
E Maxx Eng
Translation of http://e-maxx.ru into English
Stars: ✭ 1,238 (+2235.85%)
Mutual labels:  competitive-programming, algorithms, algorithm-competitions
Competitive Programming
VastoLorde95's solutions to 2000+ competitive programming problems from various online judges
Stars: ✭ 147 (+177.36%)
Mutual labels:  competitive-programming, codeforces, datastructures
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 (-54.72%)
Mutual labels:  competitive-programming, algorithms, graph-algorithms
Hackerrank
📗 Solutions of more than 380 problems of Hackerrank accross several domains.
Stars: ✭ 128 (+141.51%)
Mutual labels:  competitive-programming, algorithms, algorithm-challenges
Competitive Programming
Hello Programmers 💻 , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.📗📕 Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (+113.21%)
Mutual labels:  competitive-programming, codeforces, algorithms
Data Structures And Algorithms
A collection of some implementations of data structures and algorithms.
Stars: ✭ 101 (+90.57%)
Mutual labels:  competitive-programming, codeforces, algorithms
Data-Structures-and-Algorithms--A-Comprehensive-Guide
Data Structures & Algorithms - A Comprehensive Guide
Stars: ✭ 15 (-71.7%)
Mutual labels:  datastructures, algorithm-competitions, algorithm-challenges
Competitive Programming Resources
This repository consists of data helpful for ACM ICPC programming contest, in general competitive programming.
Stars: ✭ 199 (+275.47%)
Mutual labels:  competitive-programming, algorithms, datastructures
LearnCPP
Learn Cpp from Beginner to Advanced ✅ Practice 🎯 Code 💻 Repeat 🔁 One step solution for c++ beginners and cp enthusiasts.
Stars: ✭ 359 (+577.36%)
Mutual labels:  competitive-programming, codeforces, algorithm-challenges
TeamReference
Team reference for Competitive Programming. Algorithms implementations very used in the ACM-ICPC contests. Latex template to build your own team reference.
Stars: ✭ 29 (-45.28%)
Mutual labels:  graph-algorithms, competitive-programming, algorithm-competitions
Awesome Algorithm Books
📚 awesome algorithm books I've collected 【不定期更新】 搜集整理的算法书籍(经典算法、ML/DL算法、面试算法、比赛算法等)
Stars: ✭ 245 (+362.26%)
Mutual labels:  algorithms, algorithm-challenges, algorithm-competitions
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+103437.74%)
Mutual labels:  algorithms, algorithm-challenges, algorithm-competitions

Competitive Programming Repository

Repository of all my submissions to some competitive programming repositories (Online Judges), as well as, the implementation of some data structures (tree, queue, stack, etc.) and algorithms (Dijkstra, Kruskal, Kadane, etc.).

➜ ONLINE JUDGES

  1. AtCoder: Solved Problems.
  2. Code Jam - Google's Coding Competitions: Solved Problems.
  3. CodeChef: Solved Problems.
  4. CodeForces: Solved Problems.
  5. CSES: Solved Problems.
  6. HackerEarth: Solved Problems.
  7. Neps Academy: Solved Problems.
  8. PKU JudgeOnline (POJ): Solved Problems.
  9. Sphere Online Judge (SPOJ): Solved Problems.
  10. URI Online Judge (URI): Solved Problems.
  11. URI Online Judge (URI): SQL Solutions.
  12. UVA Online Judge (UVA): Solved Problems.

➜ DATA STRUCTURES

  1. Deque: Implementations.
  2. Graph: Implementations
  3. HashTable: Implementations.
  4. Linked List: Implementations.
  5. Priority Queue: Implementations.
  6. Queue: Implementations.
  7. Stack: Implementations.
  8. Tree: Implementations.
  9. Union Find (Disjoint Set): Implementations.

➜ ALGORITHMS

  1. Backtracking:
  2. Graph Algorithms:
  3. Dynamic Programming:
  4. Greedy Algorithms:
  5. String Algorithms:
  6. Sort Algorithms: Implementations
  7. Search Algorithms: Implementations
  8. Techniques:
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].