Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renovamen/oi-acm
My solutions for OI / ACM problems - 退役蒟蒻的人生回顾
https://github.com/renovamen/oi-acm
acm algorithm oi
Last synced: 5 days ago
JSON representation
My solutions for OI / ACM problems - 退役蒟蒻的人生回顾
- Host: GitHub
- URL: https://github.com/renovamen/oi-acm
- Owner: Renovamen
- Created: 2019-04-10T14:38:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T23:23:45.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T10:11:58.876Z (over 1 year ago)
- Topics: acm, algorithm, oi
- Language: C++
- Homepage: https://oi.zxh.io
- Size: 481 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OI / ACM 题解
题目描述、来源、题解等可以参考[这个博客](https://oi.zxh.io)。
## Problem List
- [动态规划](code/动态规划)
- [状态压缩](code/动态规划/状态压缩)
- [背包问题](code/动态规划/背包问题)
- [斜率优化](code/动态规划/斜率优化)
- [单调队列](code/动态规划/单调队列)
- [数位动归](code/动态规划/数位动归)
- [其他](code/动态规划/其他)