zrwusa / data-structure-typed

Javascript Data Structure & TypeScript Data Structure. Heap, Binary Tree, Red Black Tree, Linked List, Deque, Trie, HashMap, Directed Graph, Undirected Graph, Binary Search Tree, AVL Tree, Priority Queue, Graph, Queue, Tree Multiset, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Queue, Min Heap, Min Priority Queue, Stack.
https://data-structure-typed-docs.vercel.app
MIT License
124 stars 9 forks source link

Each method that traverses based on the root node can specify any node within the tree as the root node. #19

Closed zrwusa closed 1 year ago

zrwusa commented 1 year ago

Describe the solution you'd like Each method that traverses based on the root node can specify any node within the tree as the root node.

zrwusa commented 1 year ago

v1.37.3 has implemented this.