New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

leetils

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leetils

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

0.1.7
latest
Source
npm
Version published
Weekly downloads
3
-88.89%
Maintainers
1
Weekly downloads
 
Created
Source
leetils

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

Keywords

javascript

FAQs

Package last updated on 30 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts