Skip to content

docs: add Javadoc to all four DP classes#23

Merged
bushidocodes merged 1 commit into
masterfrom
docs/javadoc
Jun 12, 2026
Merged

docs: add Javadoc to all four DP classes#23
bushidocodes merged 1 commit into
masterfrom
docs/javadoc

Conversation

@bushidocodes

Copy link
Copy Markdown
Owner

Summary

Adds consistent Javadoc coverage across all four source files:

  • Class-level docs on all four classes — describes the problem, the DP approach, and the key state representation
  • CoinPickingGame.maxScore@param, @return, @throws
  • MinimumStepsChessKnight.minSteps@param for each of the five arguments, @return (including the -1 sentinel), @throws
  • HouseRobbing and WildcardPatternMatching already had method-level docs from their initial implementation; this PR adds the missing class-level docs and makes the style uniform

Private methods are left without Javadoc — their names and the class-level description are sufficient context.

All 46 tests pass locally.

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@bushidocodes bushidocodes merged commit edaf31c into master Jun 12, 2026
1 check passed
@bushidocodes bushidocodes deleted the docs/javadoc branch June 12, 2026 02:17
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.

1 participant