JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q25852F
  • License MIT

All (not really) of leetcode's problem solutions in one package.

Package Exports

  • leetils

Readme


All (not really) of leetcode's problem solutions in one package
Downloads: /week bundle size module formats: cjs, esm

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