All Projects → XCPCIO → XCPCIO

XCPCIO / XCPCIO

Licence: MIT License
*CPC 系列竞赛的信息聚合站。

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to XCPCIO

baps-bgd.github.io
This repository is used to maintain the site of BAPS. Please read the README if you are willing to contribute.
Stars: ✭ 17 (-63.83%)
Mutual labels:  icpc
OI-Source
OI代码仓库、复习笔记、代码模板、本地Judger
Stars: ✭ 25 (-46.81%)
Mutual labels:  icpc
checktestdata
checks integrity of test data in programming contests like the ACM ICPC
Stars: ✭ 19 (-59.57%)
Mutual labels:  icpc
ACM ICPC Materials
Preparation materials for ACM ICPC
Stars: ✭ 15 (-68.09%)
Mutual labels:  icpc
scoreboard
Online judge scoreboard parser
Stars: ✭ 23 (-51.06%)
Mutual labels:  icpc
codeforces-go
Golang 算法竞赛模板库 | Solutions to Codeforces by Go 💭💡🎈
Stars: ✭ 842 (+1691.49%)
Mutual labels:  icpc
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 (-29.79%)
Mutual labels:  icpc
playground
A place to play programming
Stars: ✭ 21 (-55.32%)
Mutual labels:  icpc
algorithms
🎈My notebook and solutions for 300+ problems that I solved during practice for ACM-ICPC
Stars: ✭ 26 (-44.68%)
Mutual labels:  icpc
codes2pdf
Auto-generate a PDF notebook from your source codes (useful for ACM-ICPC)
Stars: ✭ 149 (+217.02%)
Mutual labels:  icpc
OI-wiki
🌟 Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)
Stars: ✭ 12,821 (+27178.72%)
Mutual labels:  icpc
Competitive-Programming
😘Competitive Programming Source Code (OnlineJudge , ICPC , CCPC, Codeforces , Topcoder ,Google Code Jam... etc
Stars: ✭ 45 (-4.26%)
Mutual labels:  ccpc
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (-51.06%)
Mutual labels:  icpc
competitive-programming
This is my collection of various algorithms and data structures that I feel that are needed frequently in competitive programming .
Stars: ✭ 30 (-36.17%)
Mutual labels:  icpc
BAPCtools
Tools for developing ICPC-style programming contest problems.
Stars: ✭ 36 (-23.4%)
Mutual labels:  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 (-27.66%)
Mutual labels:  icpc

XCPC IO

Workflow License Slack

部署

git clone https://github.com/XCPCIO/XCPCIO.git --depth=1

cd XCPCIO

# install gulp
npm install

# insall mkdocs-material
pip3 install -U -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/

# build
# 构建静态页面
npm run build

# serve
# 运行一个本地服务器,访问 http://127.0.0.1:8000 可以查看效果
npm run serve

License

MIT.

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