Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

557: Create Reverse Words in a String.java III #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Miraj06
Copy link

@Miraj06 Miraj06 commented Oct 2, 2023

added new java code of reverse words in a string

Copy link
Owner

@godkingjay godkingjay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please follow our folder structure:

LeetCode/
├── [DIFFICULTY]/
│   ├── [PROBLEM]/
│   │   ├── README
│   │   ├── [SOLUTION]
│   │   └── ...

If there is already an existing solution to the problem you answered but you have a different solution, you can do it like this:

// Solution 1
class Solution {
	/*
	 * Code for solution 1
	 */
}

// Solution 2
class Solution {
	/*
	 * Code for solution 2
	 */
}

If you want to provide a solution for a new approach then you can also do it like this:

LeetCode/
├── [DIFFICULTY]/
│   ├── [PROBLEM]/
│   │   ├── README
│   │   ├── [APPROACH]
│   │   │   ├── README
│   │   │   ├── [SOLUTION]
│   │   └── ...

Thank you!

@godkingjay godkingjay added hacktoberfest-accepted Hacktoberfest participation. hacktoberfest Hacktoberfest issue. solution labels Oct 3, 2023
@godkingjay godkingjay changed the title Create Reverse Words in a String.java III 557: Create Reverse Words in a String.java III Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Hacktoberfest issue. hacktoberfest-accepted Hacktoberfest participation. solution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants