dasilvacontin / lijst

:arrows_clockwise: JavaScript doubly linked list implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lijst

travis npm 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.

About

:arrows_clockwise: JavaScript doubly linked list implementation.

License:MIT License


Languages

Language:JavaScript 100.0%