extinctsion / extinctsion/easyPythonpi
Add methods for tree traversal - DFS/BFS
Open
good first issue
hacktoberfest
hactoberfest-accepted
- Dominant language
- Python
- Stars
- 21
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.