Skip to content

vtkrishn/leetcode-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

leetcode-helper

Resources

License

Stars

Watchers

Forks

Packages

No packages published