All Projects → BillYang2016 → OI-Template

BillYang2016 / OI-Template

Licence: other
Bill Yang's algorithm & data structure templates

Programming Languages

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

Projects that are alternatives of or similar to OI-Template

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 (+786.67%)
Mutual labels:  algorithms-datastructures, algorithms-and-data-structures
icpc
Resources for Competitive Programming
Stars: ✭ 14 (-6.67%)
Mutual labels:  algorithms-datastructures, algorithms-and-data-structures
Data Structures And Algorithms
Data Structures and Algorithms implementation in Go
Stars: ✭ 2,272 (+15046.67%)
Mutual labels:  algorithms-datastructures, algorithms-and-data-structures
Data-Structures-and-Algorithms--A-Comprehensive-Guide
Data Structures & Algorithms - A Comprehensive Guide
Stars: ✭ 15 (+0%)
Mutual labels:  algorithms-datastructures, algorithms-and-data-structures
Codewars
CodeWars Solutions (Please leave a start. Thank you)
Stars: ✭ 156 (+940%)
Mutual labels:  algorithms-datastructures, algorithms-and-data-structures
ML-ProjectKart
🙌Kart of 210+ projects based on machine learning, deep learning, computer vision, natural language processing and all. Show your support by ✨ this repository.
Stars: ✭ 162 (+980%)
Mutual labels:  algorithms-datastructures, algorithms-and-data-structures
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (+53.33%)
Mutual labels:  oi, algorithms-and-data-structures
rrreol
下一代OIer/ACMer本地代码测评的简便环境 | Next-generation OIer/ACMer code native tiny code test environment
Stars: ✭ 29 (+93.33%)
Mutual labels:  oi
AlmanaqueBrute
Repositório para códigos de competição
Stars: ✭ 22 (+46.67%)
Mutual labels:  algorithms-and-data-structures
oi.men.ci
Menci 的 OI 博客(源代码与网站文件)
Stars: ✭ 27 (+80%)
Mutual labels:  oi
OI-wiki
🌟 Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)
Stars: ✭ 12,821 (+85373.33%)
Mutual labels:  oi
OI-Source
OI代码仓库、复习笔记、代码模板、本地Judger
Stars: ✭ 25 (+66.67%)
Mutual labels:  oi
DataStructures-Algorithms
A collections of many CP-based or DSA-based Questions that is stored various algorithms and datastructures to increase coding aptitutde. Anybody with a knack for coding can feel free to add more solutions and questions in the respective folders
Stars: ✭ 15 (+0%)
Mutual labels:  algorithms-and-data-structures
Code
Macesuted's Code Repository.
Stars: ✭ 20 (+33.33%)
Mutual labels:  oi
Quick-notes
This repo contains important notes and code snippets which can help you during your job interviews
Stars: ✭ 37 (+146.67%)
Mutual labels:  algorithms-datastructures
KaloronaCodebase
Kalorona's codebase of OI.
Stars: ✭ 12 (-20%)
Mutual labels:  oi
Algorithms-Open-Source
We have a task for each skill level!!
Stars: ✭ 31 (+106.67%)
Mutual labels:  algorithms-and-data-structures
Interview DS Algo
Super Repository for Coding Interview Preperation
Stars: ✭ 514 (+3326.67%)
Mutual labels:  algorithms-and-data-structures
LeetCode
200 LeetCode practice problems for beginners in algorithms and data structures
Stars: ✭ 120 (+700%)
Mutual labels:  algorithms-and-data-structures
shortest-path-finder
Shortest Path Finder visualizer using Breadth First Search algorithm
Stars: ✭ 195 (+1200%)
Mutual labels:  algorithms-and-data-structures

OI-Template

Bill Yang's algorithm & data structure templates

Contained

Algorithms

  • bipartite graph
  • blossom tree
  • linear bases
  • simplex
  • directed-MST
  • kruskal
  • prim
  • network flow

Data Structures

Balance Tree

  • treap
  • splay
  • scape-goat tree

String Structures

  • suffix-automaton
  • suffix-array
  • KMP
  • aho_corasick-automaton
  • manacher
  • palindrome-automaton

Others

  • link-cut-tree
  • virtual-tree
  • left-side-tree
  • kd-tree
  • circle-square-tree

Math Theories

Transforms

  • fast-fourier-transform
  • number-theoretic-transform
  • fast-walsh-transform

Others

  • quick_pow
  • baby-step-giant-step
  • exgcd
  • chinese-remainder-theorem
  • gauss
  • liner sieves
  • miller-rabin
  • pollard-rho

OI blog

you can visit my blog to find more OI study notes.

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