-
Notifications
You must be signed in to change notification settings - Fork 36
Home
Menaka Jayawardena edited this page Apr 2, 2016
·
7 revisions
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.
Happy Coding.....!!!