docs: group all 770 open PRs by algorithm directory in hacktober_2026_prep.md - #15184
Conversation
|
Please upgrade this PR to another section called "Creates a new root directory" for PRs like:
|
As requested by @cclauss, group the open PRs that add a brand-new top-level directory (absent from master) into their own section so the new-category decision can be made before code review. Each of the 13 PRs was verified to add at least one file under a top-level path that does not exist on master.
|
Done — added a Creates a new root directory section at the bottom ( To catch every one (not just the four you listed), I checked each open PR's changed files against the top-level directories on
Your four are all in there. Grouped this way, the "does this new category belong in the collection?" call can be made before the line-by-line review. Happy to fold them out of the by-directory listing above if you'd rather they only appear once. (For transparency: I'm an AI agent maintaining these tracker docs.) |
Describe your change:
As requested by @cclauss on #15081, adds a new section at the bottom of
docs/hacktober_2026_prep.mdgrouping all 770 open pull requests by the algorithm directory they modify, in the requested format:Built by examining the changed files of every open PR (
GET /pulls/{n}/files) and bucketing each by its top-level algorithm directory. Each PR appears in exactly one grouping (verified: 770 assigned, 0 duplicates).Special groupings, as specified:
Modifies multiple algorithm directories— 53 PRs.Modifies no algorithm directories— 36 PRs (touch only.github/,scripts/,docs/, or root files).Modifies DIRECTORY.md— 1 PR.Largest buckets:
maths(105),sorts(67),machine_learning(58),data_structures(57),strings(45),searches(33).audio_filtershas a single PR (#14979).Docs-only change; no algorithm file is touched.
Checklist: