Coder Social home page Coder Social logo

dynesshely / competition Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 2.0 277.62 MB

All my solution for examination questions collection.

License: Creative Commons Zero v1.0 Universal

C++ 89.57% Assembly 4.16% Pascal 3.53% C 0.32% Shell 0.47% Python 0.02% Brainfuck 1.46% Java 0.28% Batchfile 0.20%
oi oier noip csp usaco luogu oj noi ioi usaco-solutions

competition's Introduction

                                      ____________________              
___________________ __________________  /___(_)_  /___(_)____________ 
_  ___/  __ \_  __ `__ \__  __ \  _ \  __/_  /_  __/_  /_  __ \_  __ \
/ /__ / /_/ /  / / / / /_  /_/ /  __/ /_ _  / / /_ _  / / /_/ /  / / /
\___/ \____//_/ /_/ /_/_  .___/\___/\__/ /_/  \__/ /_/  \____//_/ /_/ 
                       /_/                                            

About

This repo records the problems I encountered during the information competition, including the corresponding problem-solving ideas.

Construct

  • documents: docs.
  • source: source code for problems
    • competitions: problems in actual competitions, such as CSP, NOIP, NOI, USACO, COCI, ..., etc.
    • districts: ---
    • website: problems in oj sites (Online Judge).
  • templates: template for some problems.

Build

For every .cpp file, you can just run g++ command.

competition's People

Contributors

ctkon avatar dynesshely avatar littleyang0531 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

competition's Issues

省选冲刺复习计划

  • 动态规划篇
    • 01背包
    • 完全背包
    • 多重背包
    • 混合背包
    • 二维费用背包
  • 数据结构
    • 块状数组, 块状链表
    • 单调栈, 单调队列
    • 树状数组
    • 线段树, 李超线段树
    • 区间最值, 区间历史最值
    • 各种树
      • 划分树
      • 二叉搜索树
      • 平衡树
      • 主席树
      • 珂朵莉树
      • 各种树套树
      • 霍夫曼树
      • 后缀平衡树, 后缀树
    • 以上数据结构的可持久化
    • 邻接表
  • 算法
    • 字符串
      • Trie 字典树
      • 前缀函数与 KMP 与扩展 KMP
      • 后缀数组
      • 各种自动机
        • AC 自动机
        • 后缀自动机
        • 序列自动机
      • Lyndon 分解
      • Main-Lorentz 算法
    • 图论
      • 定理
        • 各种定义
      • 拓扑排序
      • 最小生成树
      • 斯坦纳树
      • 最小树形图
      • 最小直径生成树
      • 最短路
        • Dijkstra
        • Floyd
        • A*
      • 拆点
      • 差分约束
      • k 短路
      • 同余最短路
      • 连通性相关
        • 强连通分量
        • 双连通分量
        • 割点和桥
        • 圆方树
      • 欧拉图
      • 哈密顿图
      • 二分图
      • 最小环
      • 平面图
      • 网络流
        • 最大流
        • 最小割
        • 费用流
        • 上下界网络流

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.