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
The code should be structured as follows
Official repository for the Hackers' Club code base.
Language
Prefer any language. (Java, C, C++, JS, python etc)
The implementation should be clear and error free.
Use separate folder for each algorithm and name of the folder should be the nam of the algorithm and language. Ex: quick_sort_java, djkstra_C, bst_python
Use variable names and methods which describe the purpose
All the methods and variables must be explained well. Use comments as defined in the language used.
On top of the each code file, add your credentials.
Always try to follow the best coding practices. It will help you to write a clear and understandable code and others could easily understand it.