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

Directory structure should be changed #293

Closed
AndyS12 opened this issue Oct 5, 2018 · 4 comments
Closed

Directory structure should be changed #293

AndyS12 opened this issue Oct 5, 2018 · 4 comments
Labels

Comments

@AndyS12
Copy link

AndyS12 commented Oct 5, 2018

For example: mergersort is implemented in python in directory mergesort/Python.
However binary-search directory structure is : Binary-search....then there are sub-directories listing programs in different languages.
I suggest keeping one directory structure will be good. The directory structure which I suggest is:
[Algorithm-name]/[cpp | python | c | java]/[Algorithm-name].ext
So for merge-sort it should be:
Merge-sort
---- cpp / merge-sort.cpp
---- python / merge-sort.py
---- java / merge-sort.java
---- c / merge-sort.c

@sangamcse
Copy link
Member

GitMate.io thinks possibly related issues are #56 ([Data Structure] Queue [C]), #55 ([Data Structure] Queue [Python]), #57 ([Data Structure] Queue [Java]), #47 ([Data Structure] AVL Tree [C]), and #234 ([Data Structure] Skip List [Python]).

@AndyS12
Copy link
Author

AndyS12 commented Oct 5, 2018

Can you assign this to me?

@sangamcse
Copy link
Member

I don't understand it. What you suggested is already there. Check again.

Merge-sort
---- cpp / merge-sort.cpp
---- python / merge-sort.py
---- java / merge-sort.java
---- c / merge-sort.c

@AndyS12
Copy link
Author

AndyS12 commented Oct 5, 2018

Sorry my mistake :)

@AndyS12 AndyS12 closed this as completed Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants