Skip to content

feat: Add Count Vowels in a String solution (#7) - #86

Open
Santosh-Ku-Sahoo wants to merge 1 commit into
tripti-gupta700:mainfrom
Santosh-Ku-Sahoo:solution-count-vowels
Open

feat: Add Count Vowels in a String solution (#7)#86
Santosh-Ku-Sahoo wants to merge 1 commit into
tripti-gupta700:mainfrom
Santosh-Ku-Sahoo:solution-count-vowels

Conversation

@Santosh-Ku-Sahoo

Copy link
Copy Markdown

Implemented a clean, optimal solution using a single-pass set lookup with O(n) time complexity and O(1) space complexity. Included comprehensive test cases for various scenarios.

🔗 Related Issue

Closes #


📝 What did you do?


🗂️ Type of Change

  • ✨ New solution / feature
  • 🐛 Bug fix
  • 📝 Documentation update
  • 🧹 Code cleanup / refactor

✅ Self-Review Checklist

  • My code runs without errors
  • I followed the folder structure from the README
  • I added comments/docstrings explaining my logic
  • My branch name is descriptive
  • I linked the issue above
  • I haven't modified unrelated files

📸 Screenshots / Output (if applicable)


💬 Anything else?

Implemented a clean, optimal solution using a single-pass set lookup with O(n) time complexity and O(1) space complexity. Included comprehensive test cases for various scenarios.
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