javascript-patterns
javascript-patterns copied to clipboard
Added Doubly Linked List DS example
Added Doubly Linked List DS example. Created the class DoublyLinkedList with function append, appendAt, remove, removeAt, reverse, swap, length, display, traverse, traverseReverse, search and a helper function to prettyPrint!