All Projects → brpapa → algorithms

brpapa / algorithms

Licence: MIT license
🎈My notebook and solutions for 300+ problems that I solved during practice for ACM-ICPC

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to algorithms

codeforces-go
Golang 算法竞赛模板库 | Solutions to Codeforces by Go 💭💡🎈
Stars: ✭ 842 (+3138.46%)
Mutual labels:  icpc, competitive-programming, acm-icpc, codeforces-solutions
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 (+3.85%)
Mutual labels:  competitive-programming, uva-solutions, codeforces-solutions
OI-Source
OI代码仓库、复习笔记、代码模板、本地Judger
Stars: ✭ 25 (-3.85%)
Mutual labels:  icpc, competitive-programming, acm-icpc
OI-wiki
🌟 Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)
Stars: ✭ 12,821 (+49211.54%)
Mutual labels:  icpc, competitive-programming, acm-icpc
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (-11.54%)
Mutual labels:  icpc, competitive-programming, acm-icpc
category-wise-problems
contains category wise problems(data structures, competitive) of popular platforms.
Stars: ✭ 32 (+23.08%)
Mutual labels:  competitive-programming, uva-solutions, codeforces-solutions
ICPC-Question-Solving
Our homework for ACM-ICPC contest preparation
Stars: ✭ 26 (+0%)
Mutual labels:  competitive-programming, acm-icpc, uva-solutions
competitive-programming
This is my collection of various algorithms and data structures that I feel that are needed frequently in competitive programming .
Stars: ✭ 30 (+15.38%)
Mutual labels:  icpc, competitive-programming, spoj-solutions
problem-solving
A platform where you can learn about algorithms and data structures. A heaven for competitive programmers. Learn here: https://reyadussalahin.github.io/problem-solving/
Stars: ✭ 33 (+26.92%)
Mutual labels:  icpc, competitive-programming
ACM ICPC Materials
Preparation materials for ACM ICPC
Stars: ✭ 15 (-42.31%)
Mutual labels:  icpc, acm-icpc
checktestdata
checks integrity of test data in programming contests like the ACM ICPC
Stars: ✭ 19 (-26.92%)
Mutual labels:  icpc, acm-icpc
Cph
Makes judging, compiling, and downloading problems for competitive programming easy.
Stars: ✭ 199 (+665.38%)
Mutual labels:  competitive-programming, acm-icpc
Competitive Programming Resources
This repository consists of data helpful for ACM ICPC programming contest, in general competitive programming.
Stars: ✭ 199 (+665.38%)
Mutual labels:  competitive-programming, acm-icpc
Programming Contest
My solutions of some problems from different online judges
Stars: ✭ 158 (+507.69%)
Mutual labels:  competitive-programming, acm-icpc
Competitive programming
My solutions to programming contest problems from different sources (UVa, TopCoder, Live Archive, SPOJ, etc).
Stars: ✭ 153 (+488.46%)
Mutual labels:  competitive-programming, acm-icpc
Resources
Data Structures, Algorithms, Utility Classes for Competitive Programming, Codeforces: https://codeforces.com/profile/wleung_bvg, AtCoder: https://atcoder.jp/users/wleung_bvg, DMOJ: https://dmoj.ca/user/wleung_bvg
Stars: ✭ 34 (+30.77%)
Mutual labels:  icpc, competitive-programming
BAPCtools
Tools for developing ICPC-style programming contest problems.
Stars: ✭ 36 (+38.46%)
Mutual labels:  icpc, competitive-programming
competitive-programming
Programming Solutions for OJs and Algorithms
Stars: ✭ 35 (+34.62%)
Mutual labels:  competitive-programming, acm-icpc
Arabiccompetitiveprogramming
The repository contains the ENGLISH description files attached to the video series in my ARABIC algorithms channel.
Stars: ✭ 675 (+2496.15%)
Mutual labels:  competitive-programming, acm-icpc
Acm Icpc Preparation
ACM-ICPC Preparation Guide
Stars: ✭ 1,377 (+5196.15%)
Mutual labels:  competitive-programming, acm-icpc

"Think twice, code once"

Overview

I use this repository as a study playground for programming contests, which contains my personal notes and implementations. Note that this is a publish-only repository, so all pull requests will be ignored.

The folders structure is following:

  • notebook: well-explained implementation of general-purpose algorithms.
  • scripts: small scripts for automatizing some repetitive tasks.
  • solutions: code of accepted problems, categorized by online judges.
    • README.md: solutions index by themes, containing difficulty, name, description and hint of the problem.

Notebook index

🧱 data structures

🥊 brute force

🔞 dynamic programming

🌍 graphs

✏️ math

💭 miscellaneous

References

  • HALIM, Steven. "Competitive Programming 3: The new lower bound of programming contests".
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].