extinctsion / extinctsion/easyPythonpi
Add methods for tree traversal - DFS/BFS
Offen
good first issue
hacktoberfest
hactoberfest-accepted
- Vorherrschende Sprache
- Python
- Sterne
- 21
- Forks
- 42
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.