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

Restructure Directories #67

Closed
3 tasks done
Apoorve73 opened this issue Oct 1, 2020 · 6 comments
Closed
3 tasks done

Restructure Directories #67

Apoorve73 opened this issue Oct 1, 2020 · 6 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest Hacktoberfest 2020 wontfix This will not be worked on

Comments

@Apoorve73
Copy link
Member

Directories need to be restructured using the Best Practices

  • Folders to be renamed according to the naming convention wherever necessary.
  • Files to be renamed according to naming convention wherever necessary.
  • Folders for Languages to be created accordingly, and files to be passed in it. Eg. Cycle_Sort/Python/ should have codes for Cycle Sort using Python only.

NOTE: Check Sorting_Algorithms/Counting_Sort to see the naming convention and directory structure.

@Apoorve73 Apoorve73 added enhancement New feature or request good first issue Good for newcomers Hacktoberfest Hacktoberfest 2020 labels Oct 1, 2020
@souranild
Copy link

i could try this if you could assign to me @Apoorve73 Cheers!

@Apoorve73
Copy link
Member Author

Sure thing! Go ahead @sournail ❇️

@Apoorve73 Apoorve73 pinned this issue Oct 1, 2020
@souranild
Copy link

in quick sort python for example, there are three versions.

  1. Quick_Sort.py
  2. Quick_Sort.ipynb
  3. Quick_Sort_Recursion.py

Should i keep all three versions inside the Python folder in the above forms?

@Apoorve73
Copy link
Member Author

Yes Keep All Three, for now!

@souranild
Copy link

Please check #71 . its fixed @Apoorve73

@stale
Copy link

stale bot commented Dec 2, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Dec 2, 2020
@stale stale bot closed this as completed Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest Hacktoberfest 2020 wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants