extinctsion / easyPythonpi

A python library for the beginners. The program includes simple calulations. Genuine PRs will be merged without delays
https://pypi.org/project/easyPythonpi/
14 stars 36 forks source link

Add methods for tree traversal - DFS/BFS #40

Open extinctsion opened 9 months ago

extinctsion commented 9 months ago

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

Dv04 commented 9 months ago

Hey, can I get assigned to this issue?

extinctsion commented 9 months ago

@Dv04 issue assigned to you.

Dv04 commented 9 months ago

Thanks. Will update you as soon as done.

Harsha19-08 commented 9 months ago

can u asssign this issue?