Skip to content

@datastructures-js/linked-list-v5.2.0

Choose a tag to compare

@eyas-ranjous eyas-ranjous released this 14 Feb 08:40
· 94 commits to master since this release
5a3b443

[5.2.0] - 2022-02-14

Added

  • .find now accepts a second param as the starting node in both types.
  • .findReverse added to DoublyLinkedList.
  • .fromArray static method added to both types.