Skip to content

Document AC Library support by language#74

Open
toshi0806 wants to merge 1 commit intomainfrom
document-ac-library-support
Open

Document AC Library support by language#74
toshi0806 wants to merge 1 commit intomainfrom
document-ac-library-support

Conversation

@toshi0806
Copy link
Member

変更内容

README.mdにAC Libraryのサポート状況を言語別に明記しました。

追加したセクション

### AC Library サポート状況

AtCoder公式のAC Libraryを以下の言語で利用可能:

- C++: AC Library 1.6
- Python: ac-library-python
- Java: ac-library-java 2.0.0
- Ruby: ac-library-rb 1.2.0
- JavaScript: ac-library-js 0.1.1

その他の変更

  • 比較表の「AC Library (各言語)」→「AC Library」に変更(具体的な対応言語は別セクションで説明)

背景

従来の表記「AC Library (各言語)」では、どの言語がサポートされているか不明確でした。ユーザーがDockerfileを確認しなくても、サポート言語とバージョンが分かるようにしました。

検証方法

Dockerfileから各言語のAC Library実装を確認:

  • C++: Line 215-220(AC Library 1.6をダウンロード)
  • Python: Line 121(ac-library-python)
  • Java: Line 435-437(ac-library-java v2.0.0)
  • Ruby: Line 167(ac-library-rb 1.2.0)
  • JavaScript: Line 411(ac-library-js 0.1.1)

影響範囲

  • ドキュメントのみの変更
  • コードへの影響なし

- Add detailed AC Library support section to README
- List supported languages: C++, Python, Java, Ruby, JavaScript
- Include version numbers and repository links for each implementation
- Remove ambiguous "(各言語)" notation from comparison table

This clarifies exactly which languages have AC Library available,
helping users understand library support without checking Dockerfiles.
Copilot AI review requested due to automatic review settings November 3, 2025 12:06
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the README.md documentation to provide more detailed information about AC Library support. The change removes language-specific notation from the table and adds a dedicated section listing supported programming languages with their respective AC Library versions.

  • Simplified the AC Library entry in the feature comparison table
  • Added a new "AC Library サポート状況" (AC Library Support Status) section with version details for each supported language

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@toshi0806 toshi0806 force-pushed the document-ac-library-support branch from 2a5ee69 to b64050b Compare November 3, 2025 12:20
Copilot AI review requested due to automatic review settings November 3, 2025 12:20
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants