0.1.10 • Published 7 years ago

leetcode-helper v0.1.10

Weekly downloads
48
License
-
Repository
github
Last release
7 years ago

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

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago