easyPythonpi icon indicating copy to clipboard operation
easyPythonpi copied to clipboard

Add methods for tree traversal - DFS/BFS

Open extinctsion opened this issue 9 months ago • 4 comments

add new methods for tree traversal and CRUD operations. C- Create new nodes at tree R- Read data at particular node U- Update data at particular given node D- Delete particular node of the tree.

-- Add methods to create tree -- Add methods for tree traversal --BFS --DFS

extinctsion avatar Sep 30 '23 07:09 extinctsion