All Projects → matthewsamuel95 → Acm Icpc Algorithms

matthewsamuel95 / Acm Icpc Algorithms

Algorithms used in Competitive Programming

Projects that are alternatives of or similar to Acm Icpc Algorithms

Leetcode Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
Stars: ✭ 22,440 (+1651.76%)
Mutual labels:  acm-icpc, algorithm, algorithms, algorithm-competitions
.codebits
📚 List of resources for Algorithms and Data Structures in Python & other CS topics @2017
Stars: ✭ 144 (-88.76%)
Mutual labels:  algorithm, algorithms, programming
Awesome Algorithm Books
📚 awesome algorithm books I've collected 【不定期更新】 搜集整理的算法书籍(经典算法、ML/DL算法、面试算法、比赛算法等)
Stars: ✭ 245 (-80.87%)
Mutual labels:  algorithm, algorithms, algorithm-competitions
C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: ✭ 17,151 (+1238.88%)
Mutual labels:  algorithm, algorithms, algorithm-competitions
Cs Books
📚 Computer Science Books 计算机技术类书籍 PDF
Stars: ✭ 2,915 (+127.56%)
Mutual labels:  algorithm, algorithms, programming
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+4183.76%)
Mutual labels:  algorithm, algorithms, algorithm-competitions
Leetcode
👏🏻 leetcode solutions for Humans™
Stars: ✭ 1,129 (-11.87%)
Mutual labels:  algorithm, algorithms, algorithm-competitions
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (-69.32%)
Mutual labels:  algorithm, algorithms, 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 (-51.05%)
Mutual labels:  algorithm, algorithms, algorithm-competitions
Phpalgorithms
A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell
Stars: ✭ 865 (-32.47%)
Mutual labels:  algorithm, algorithms
Algos
Popular Algorithms and Data Structures implemented in popular languages
Stars: ✭ 966 (-24.59%)
Mutual labels:  algorithm, algorithms
Competitive Programing
个人算法刷题处
Stars: ✭ 33 (-97.42%)
Mutual labels:  acm-icpc, algorithm
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+828.73%)
Mutual labels:  algorithms, algorithm-competitions
Algo.js
A Very Basic into Intermediate Algorithm Lesson
Stars: ✭ 11 (-99.14%)
Mutual labels:  algorithm, algorithms
Sudoku Generator
A Sudoku puzzle generator written in C++ using modified and efficient backtracking algorithm.
Stars: ✭ 33 (-97.42%)
Mutual labels:  algorithm, algorithms
Avax
AVAX is a small, modern and fast console application for decrypting passwords with certain options.
Stars: ✭ 19 (-98.52%)
Mutual labels:  algorithm, algorithms
Al Go Rithms
🎵 Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/
Stars: ✭ 1,036 (-19.13%)
Mutual labels:  algorithm, algorithms
Data Structure And Algorithms
A complete and efficient guide for Data Structure and Algorithms.
Stars: ✭ 48 (-96.25%)
Mutual labels:  algorithm, algorithms
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (-38.56%)
Mutual labels:  algorithm, algorithms
Blog
About math, programming and procedural generation
Stars: ✭ 37 (-97.11%)
Mutual labels:  algorithms, programming

ACM-ICPC Algorithms

Introduction to ACM-ICPC

ACM International Collegiate Programming Contest (abbreviated as ACM-ICPC or ICPC) is an annual multi-tiered competitive programming competition among the universities of the world.

Alternately, we can say that the International Collegiate Programming Contest is an algorithmic programming contest for college students.

  • Teams of three, representing their university, work to solve real-world problems, fostering collaboration, creativity, innovation, and the ability to perform under pressure.
  • Through training and competition, teams challenge each other to raise the bar on what could be done.
  • Quite simply, it is the oldest, largest, and most prestigious programming contest in the world.

Purpose of ACM-ICPC Algorithms

ACM-ICPC Algorithms is a collection of important algorithms and data structures used to solve questions in this worldwide olympiad. It aims to provide solutions in various languages as per ICPC 2018 WF, including:

  • C
  • C++
  • Java
  • Python (2 & 3)
  • Kotlin
For more information, visit: Official Website of ICPC

If you wish to contribute, please refer to the contributor guidelines.

Table of Contents :

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