@datastructures-js/linked-list-v6.1.2
[6.1.2] - 2024-07-13
Fixed
- LinkedList
removeEachedge 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.