Skip to content

Added LCM and Fenwick Tree, replaced JSHint by ESLint

Compare
Choose a tag to compare
@felipernb felipernb released this 05 Aug 08:03
· 110 commits to master since this release

New algorithms:

  • Math
    • LCM
  • DataStructures
    • Fenwick Tree

This package was relying in an old and unmaintained version of JSHint, so I moved to ESLint instead. And also added a pre-commit hook that runs linting and testing to avoid the commits I'm getting that fail the build.