An open API service indexing awesome lists of open source software.

https://github.com/mr-python-in-china/mp-oi-library

在 vscode 中快速添加常用算法模板
https://github.com/mr-python-in-china/mp-oi-library

competitive-programming cpp olympiad-in-informatics

Last synced: 5 months ago
JSON representation

在 vscode 中快速添加常用算法模板

Awesome Lists containing this project

README

          

# mp-oi-library

这个 vscode 插件提供了一些在算法竞赛中常见的算法库,并提供命令用于快速将内容填充进当前文件,以节省编写板子的时间。

## features

- [ST 表](./library/mrpython/sparse_table.hpp)
- [无标记线段树](./library/mrpython/typical_segment_tree.hpp)
- [懒标记线段树](./library/mrpython/lazy_segment_tree.hpp)

## license

项目主体使用 LGPL-3.0 许可,library/ 下的内容使用 CC0 1.0 Universal 许可。详见项目中的 LICENSE 文件。