Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natsukagami/tet-school-2017
Editorials for HSGS Tet School 2017
https://github.com/natsukagami/tet-school-2017
Last synced: about 2 months ago
JSON representation
Editorials for HSGS Tet School 2017
- Host: GitHub
- URL: https://github.com/natsukagami/tet-school-2017
- Owner: natsukagami
- Created: 2017-01-16T02:58:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T06:46:22.000Z (over 4 years ago)
- Last Synced: 2024-06-03T00:09:35.310Z (8 months ago)
- Language: C++
- Size: 149 KB
- Stars: 2
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tet School 2017
## Committing Guide
### Naming Convention
Suppose a problem named `PALIN` given by Duy on 2017/Jan/15, the editorial link should be `20170115/Duy/PALIN.md`.
If the problem comes from LAH the link should be like `20170115/LAH16/ROPE.md`.
Code, if included, goes into `20170115/Duy/PALIN.cpp`.
If the problem source is from an online link, it should be included in the editorial.
Else, should it be `20170115/Duy/PALIN.pdf` or such.
### Editorial Template
```markdown
# [Problem Name] (Source if needed)
## [Editorial Author]## Problem Statement
[Minified Statement goes here]## Required Skills
- Skill 1
- Skill 2## Step-by-Step Solution
[Solution goes here]## Conclusion
Ideas, FAQ, ... goes here.
```## Pull Requests
File a PR for **every** problem editorial written. The PR should be named `[Problem Name] - [Date]`. 5 community approvals is required for a successful merge.