Skip to content

docs: group all 770 open PRs by algorithm directory in hacktober_2026_prep.md - #15184

Merged
cclauss merged 2 commits into
TheAlgorithms:masterfrom
priya-sundaram-dev:tracker-group-open-prs-by-directory
Sep 4, 2026
Merged

docs: group all 770 open PRs by algorithm directory in hacktober_2026_prep.md#15184
cclauss merged 2 commits into
TheAlgorithms:masterfrom
priya-sundaram-dev:tracker-group-open-prs-by-directory

Conversation

@priya-sundaram-dev

Copy link
Copy Markdown
Contributor

Describe your change:

As requested by @cclauss on #15081, adds a new section at the bottom of docs/hacktober_2026_prep.md grouping all 770 open pull requests by the algorithm directory they modify, in the requested format:

Total open pull requests: 770

audio_filters:
1. [ ] #14979
backtracking:
1. [ ] #10102
...

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_filters has a single PR (#14979).

Docs-only change; no algorithm file is touched.

  • Add an algorithm?
  • Fix a bug or typo in an existing algorithm?
  • Add or change doctests? -- Note: Please avoid changing both code and tests in a single pull request.
  • Documentation change?

Checklist:

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized.
  • I know that pull requests will not be merged if they fail the automated tests.
  • This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
  • All new Python files are placed inside an existing directory.
  • All filenames are in all lowercase characters with no spaces or dashes.
  • All functions and variable names follow Python naming conventions.
  • All function parameters and return values are annotated with Python type hints.
  • All functions have doctests that pass the automated testing.
  • All new algorithms include at least one URL that points to Wikipedia or another similar explanation.

@algorithms-keeper algorithms-keeper Bot added documentation This PR modified documentation files awaiting reviews This PR is ready to be reviewed labels Sep 4, 2026
@cclauss

cclauss commented Sep 4, 2026

Copy link
Copy Markdown
Member

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.
@priya-sundaram-dev

Copy link
Copy Markdown
Contributor Author

Done — added a Creates a new root directory section at the bottom (docs/hacktober_2026_prep.md).

To catch every one (not just the four you listed), I checked each open PR's changed files against the top-level directories on master and kept the PRs that add a file under a path that doesn't exist yet. That surfaced 13 PRs across 12 would-be root directories:

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.)

@algorithms-keeper algorithms-keeper Bot removed the awaiting reviews This PR is ready to be reviewed label Sep 4, 2026
@cclauss
cclauss merged commit 3a4eb5b into TheAlgorithms:master Sep 4, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation This PR modified documentation files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants