The API Documents for Tango
Overview
meta |
Data |
---|---|
Last updated | Aug, 2016 |
Version | |
LaTeX engine |
KaTeX |
Build Status |
An initial PDF document writed in LaTeX
has been released on
Releases page.
Read more about the progress of projects from README.md
.
This wiki page only lists the API of projects Tango
:
Tango.js
: Implementation of some algorithms usingECMAScript 6
Tango.scala
(Suspended): Implementation of some algorithms usingScala
Tango.go
(Planning): Implementation of some algorithms usingGolang
- ...
Namespace
Namespace Level | Description |
---|---|
tango._ |
Root namespace |
tango.type._ |
Definition of data structures, can be constructed by factory pattern |
tango.math._ |
Math extensions |
tango.linear._ |
Linear algorithm or Array extensions |
tango.sorting._ |
Sorting algorithm |
tango.graph._ |
Graph algorithm |