-
Notifications
You must be signed in to change notification settings - Fork 64
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
Create Majorityelement#229 #48
base: master
Are you sure you want to change the base?
Conversation
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.
Please follow our directory structure. You can see it in our README
.
Changes to be made:
- Follow Directory Structure
- Rename file to
Solution.java
The work has been done. I have done it in the forked repo so I think if you merge it then it will be uploaded in the main. |
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.
Thank you for your contributions. However, you still haven't followed our directory structure which goes like this:
LeetCode/
├── [DIFFICULTY]/
│ ├── [PROBLEM]/
│ │ ├── README.md
│ │ ├── solution.java
│ │ ├── solution.cpp
Please remove also the duplicated file for your C++
Solution. And, remove also the Java
Solution which you've added at the root folder.
Thank You!
Changes to be made:
- Fix Directory Structure
- Remove Duplicate
C++
Solution - Remove
Java
Solution at the root folder
Can you help me with this issue or guide me? |
Being a learner in dsa, I have tried to solve the problem in the same enthusiasm.
Thank you, for assigning me .