lijst

0.1.0 • Public • Published

lijst

travis js-standard-style

JavaScript doubly linked list implementation

Current API status:

  lijst
    Capacity
      ✓ #empty() 
      ✓ #length 
    Element access
      ✓ #front() 
      ✓ #back() 
    Modifiers
      ✓ #assign() 
      ✓ #pushFront() 
      ✓ #popFront() 
      ✓ #push() #pushBack() 
      ✓ #pop() #popBack() 
      - #insert() 
      ✓ #erase() 
      - #swap() 
      - #resize() 
      ✓ #clear() 
    Operations
      - #splice() 
      - #remove() 
      - #removeIf() 
      - #unique() 
      - #merge() 
      - #sort() 
      - #reverse() 

License

MIT. Copyright (c) David da Silva Contin.

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i lijst

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • dasilvacontin