Skip to content

Conversation

@Jashnavi25
Copy link

Description

Added Java solution for removing zeros from a given number.

Implementation Details

  • Converts number to string and removes all zero characters.
  • Parses back the resulting number.
  • Includes example in main() method.

Complexity

  • Time Complexity: O(d)
  • Space Complexity: O(d)

Status

✅ Code compiles successfully
✅ No merge conflicts
✅ Ready for review and merge

@Jashnavi25
Copy link
Author

Hi @ServiceNowDevProgram 👋
I’ve added a Java solution to remove zeros from a number.
All checks are passing and code compiles successfully ✅
Please review and merge when convenient. Thank you! 🚀

@chelming
Copy link
Contributor

chelming commented Nov 7, 2025

This repo is for documentation purposes and not code contributions.

@chelming chelming closed this Nov 7, 2025
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.

2 participants