Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noshi91/algorithm-encyclopedia
https://github.com/noshi91/algorithm-encyclopedia
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/noshi91/algorithm-encyclopedia
- Owner: noshi91
- Created: 2020-07-08T13:14:28.000Z (over 4 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-04-28T15:56:06.000Z (over 1 year ago)
- Last Synced: 2024-08-01T17:39:00.843Z (3 months ago)
- Language: Python
- Homepage: https://noshi91.github.io/algorithm-encyclopedia/
- Size: 589 KB
- Stars: 73
- Watchers: 8
- Forks: 11
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Kyopro Encyclopedia of Algorithms (ア辞典)
## これなに
競プロ用のアルゴリズムの解説を集めた百科辞典を目指しているサイトです。
### 内容の方針
- 読者は AtCoder 黄色以上を想定しています。青色以下が黄色になるために読むものではなく、黄色や橙色が赤色以上を目指すために読むようなものを書いています。赤色以上の人が読んで面白いと感じられる内容を目指します。
- 具体例を列挙して察してもらうだけは避け、それが何であるかの定義や特徴付けを与えます。それをどのように使えばよいかではなく、それが何であるかを記述します。ノウハウ本でなく辞書です。### 編集に協力したい
[CONTRIBUTING.md](https://github.com/kmyk/algorithm-encyclopedia/blob/gh-pages/CONTRIBUTING.md) に編集方法の説明があります。
また、管理形態がなぜこうなっているのかについての説明は [DESIGN.md](https://github.com/kmyk/algorithm-encyclopedia/blob/gh-pages/DESIGN.md) にあります。