lean-ja / lean-ja/lean-by-example

付録アイデア。抽象データ構造

Open
#2,404 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

付録アイデア
Dominant language
Lean
Stars
188
Forks
15
Avg merge
9h 8m
Merged PRs (30d)
6

Description

  • スタック(積む操作と、先頭から取り出す操作を提供)
  • キュー(積む操作と、末尾から取り出す操作を提供)
  • セット(要素の追加と、検索をサポート)
  • マップ(要素の追加と、値の参照をサポート)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the repository's existing mdBook appendix structure and code examples. Determine how the proposed stack, queue, set, and map topics should fit that structure, then add examples and explanations for the listed operations. Done means all four abstract data structures are documented consistently with the book.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.