All Projects → jchrys → icpc

jchrys / icpc

Licence: MIT license
Resources for Competitive Programming

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to icpc

CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (+64.29%)
Mutual labels:  competitive-programming, algorithms-implemented, competitive-programming-contests, algorithms-and-data-structures, competitive-coding, competitive-programming-algorithms
cppdump
Standard dumps of data structures/algorithms
Stars: ✭ 18 (+28.57%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitiveprogramming, competitive-coding, competitive-programming-algorithms
cpAPI
A Flask API that gives updates about the upcoming contests on various Coding Platforms.
Stars: ✭ 13 (-7.14%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitiveprogramming, competitive-coding, competitive-programming-reference
test-case-generator
Test Case generator for competitive coding. Test case generator for competitive programming and potentially for software testing.
Stars: ✭ 28 (+100%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitiveprogramming, competitive-coding, competitive-programming-algorithms
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 (+107.14%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-programming-algorithms, competitive-programming-reference
Competitive-Programming-Algorithms
The purpose of this repository is to get all the Algorithms required for Competitive Programming at one place. This will be very helpful. Also one can contribute to this repository and learn something from this.
Stars: ✭ 21 (+50%)
Mutual labels:  competitive-programming, algorithms-and-data-structures, competitive-coding
Codewars
CodeWars Solutions (Please leave a start. Thank you)
Stars: ✭ 156 (+1014.29%)
Mutual labels:  competitive-programming, algorithms-datastructures, algorithms-and-data-structures
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (+1657.14%)
Mutual labels:  competitive-programming, algorithms-and-data-structures, competitive-programming-algorithms
HackerRank-Solutions
This project include solutions of the problem from HackerRank which will be helpful for coding interview preparations. Subscribe for more updates 👇
Stars: ✭ 18 (+28.57%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-coding
Competitive Programming Score API
API to get user details for competitive coding platforms - Codeforces, Codechef, SPOJ, Interviewbit
Stars: ✭ 118 (+742.86%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-coding
cpalgorithms
Algorithms and Techniques for competitive programming
Stars: ✭ 16 (+14.29%)
Mutual labels:  competitive-programming, algorithms-implemented, competitive-programming-contests
Learning-Made-Easy
This project can help you understand the Data Structure and Algorithms in a more efficient manner. It aims at scheduling the studies for maximizing marks during exams. Most students face this problem during exams that what to study to get the best out of their limited time.
Stars: ✭ 133 (+850%)
Mutual labels:  algorithms-implemented, algorithms-datastructures, algorithms-and-data-structures
Data Structures And Algorithms
Data Structures and Algorithms implementation in Go
Stars: ✭ 2,272 (+16128.57%)
Mutual labels:  datastructures, algorithms-datastructures, algorithms-and-data-structures
ProgrammingProblems
Our answers to some programming problems,like ACM ICPC problems and others.(All problems are available on http://uva.onlinejudge.org or https://open.kattis.com) ** PLEASE STAR THE REPO IF IT 'S USEFUL :) **
Stars: ✭ 27 (+92.86%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitiveprogramming
Data-Structures-and-Algorithms--A-Comprehensive-Guide
Data Structures & Algorithms - A Comprehensive Guide
Stars: ✭ 15 (+7.14%)
Mutual labels:  datastructures, algorithms-datastructures, algorithms-and-data-structures
Competitive-Programming--Solution
This ia an public repository for Accepted solution of coding problems on different coding plateforms like codeforces , hackerearth, codechef , hackerrank .......
Stars: ✭ 24 (+71.43%)
Mutual labels:  competitive-programming, competitive, competitive-coding
LearnCPP
Learn Cpp from Beginner to Advanced ✅ Practice 🎯 Code 💻 Repeat 🔁 One step solution for c++ beginners and cp enthusiasts.
Stars: ✭ 359 (+2464.29%)
Mutual labels:  competitive-programming, competitive, algorithms-and-data-structures
crazycat
使用Canvas制作的围住神经猫,算法基于广度优先搜索实现。
Stars: ✭ 18 (+28.57%)
Mutual labels:  dfs, bfs
Artificial-Intelligence-State-Space-Search
Different Searching algorithms (DFS, BFS, IDS, Greedy, A*) opting to find optimal path from source to destination
Stars: ✭ 24 (+71.43%)
Mutual labels:  dfs, bfs
Algorithm-in-JavaScript
Implementing all-time classic algorithmic problems in JS
Stars: ✭ 20 (+42.86%)
Mutual labels:  algorithms-implemented, algorithms-and-data-structures

icpc

TODOS

  • C++ basic class syntax that are used to implement DataStructures

  • DataStructures:

    • Stack
    • Vector
    • HashTable
    • BinarySearchTree
    • RedBlackTree
    • B-Trees
    • Heap
    • FibonacciHeaps
    • van Emde Boas Trees
    • Graphs
  • Algorithms:

    • Sortings:
      • Bubble
      • Insertion
      • QuickSort
      • HeapSort
      • CountingSort
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].