Skip to content

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