Skip to content

feat: add leetcode 2828 - check if a string is an acronym of words#58

Merged
kobukuro merged 1 commit intomainfrom
feat/leetcode-2828
Mar 31, 2026
Merged

feat: add leetcode 2828 - check if a string is an acronym of words#58
kobukuro merged 1 commit intomainfrom
feat/leetcode-2828

Conversation

@kobukuro
Copy link
Copy Markdown
Owner

Add implementation for LeetCode problem 2828 with:

  • O(n) time complexity solution using StringBuilder
  • Comprehensive Javadoc with complexity analysis
  • Documentation updates (README.md and docs/EASY.md)

  Add implementation for LeetCode problem 2828 with:
  - O(n) time complexity solution using StringBuilder
  - Comprehensive Javadoc with complexity analysis
  - Documentation updates (README.md and docs/EASY.md)
@kobukuro kobukuro merged commit 9f8153e into main Mar 31, 2026
1 check passed
@kobukuro kobukuro deleted the feat/leetcode-2828 branch March 31, 2026 11:41
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