leetcode-helper

0.1.10 • Public • Published

Build Status Coverage Status

NPM

Leetcode Helper

This is a small utilty just to get hand's on the npm package publishing and working with travis, coverall, mocha, chai

Installation

npm install leetcode-helper

Usage

var helper = require('leetcode-helper');

Functions supported

  • min()
  • max()
  • stack (object)
    • pop()
    • push()
    • empty()
    • peek()
  • queue (object)
    • enque()
    • deque()
    • empty()
    • peek()
  • node()
  • print()
  • random()
  • removeArrayElement()
  • createTree(string)

Tests

npm test

Readme

Keywords

none

Package Sidebar

Install

npm i leetcode-helper

Weekly Downloads

0

Version

0.1.10

License

none

Last publish

Collaborators

  • vtkrishn