Skip to content

v0.8.0 Modular package

Compare
Choose a tag to compare
@felipernb felipernb released this 30 Oct 09:39
· 152 commits to master since this release
  • Modular package, lets you require specific modules:
    • require('algorithms/data_structures')
    • require('algorithms/sorting')
    • require('algorithms/search')
    • require('algorithms/graph')
    • require('algorithms/math')
    • require('algorithms/string')