- Notifications
You must be signed in to change notification settings - Fork2.4k
Create 0392_is_subsequence.java#1250
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
tharunkanna14 commentedOct 10, 2022
- File(s) Modified:4-Is-Subsequence
- Language(s) Used:java
- Submission URL:https://leetcode.com/submissions/detail/819227305/
Added solution for Is Subsequence problem under NeetCode All. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I don't think a separate nested directory is needed for the neetcode_all problems, they can be added in the same folder as the current java solutions.
I have moved my code to the same folder that has java solutions like you said. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I have moved the code to the directory which has all java solutions.
Thanks,@tharunkanna14! |