Skip to content

@datastructures-js/linked-list-v6.1.2

Choose a tag to compare

@eyas-ranjous eyas-ranjous released this 13 Jul 23:56
· 6 commits to master since this release
9db7c9c

[6.1.2] - 2024-07-13

Fixed

  • LinkedList removeEach edge case to disconnect removed nodes from the remaining nodes in the list.
  • LinkedList & DoublyLinkedList ts types, remove the necessity to cast to the custom node type in functions.