Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 961 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 961 Bytes

OpenAlgorithm

License: GPL v3 contributions welcome ghit.me

About

An attempt to implement several Algorithms and Data Structures in various Programming Languages.

The aim is to maintain the same interface and functionality throughout all the languages.

Some Guidelines

  1. Maintain each Classes/Modules in Separate Code Files
  2. Maintain the code well documented (like JavaDoc)
  3. Please abide by the Code of Conduct for contribution to the repository.

Note

Class Specific Guidelines are maintained at CommonDocs