0.1.7 • Published 3 months ago

leetils v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Installation

Use the install command of your favourite package manager!

e.g.

npm install leetils

Usage

Simply import which ever utilities you would like to use

e.g.

import { combinationSum } from 'leetils';

console.log(combinationSum([2, 3, 6, 7], 7)); // [[2, 2, 3], [7]]

Contribute

TODO