An open source package to analyse and visualise algorithms and data structures


Keywords
OpenWeavers, product
License
GPL-3.0+
Install
pip install OpenAnalysis==0.0.8

Documentation

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