You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: