Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add methods for tree traversal - DFS/BFS #40

Open
extinctsion opened this issue Sep 30, 2023 · 4 comments
Open

Add methods for tree traversal - DFS/BFS #40

extinctsion opened this issue Sep 30, 2023 · 4 comments
Labels
good first issue Good for newcomers hacktoberfest hactoberfest-accepted accepting for hactobertfest

Comments

@extinctsion
Copy link
Owner

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 extinctsion added good first issue Good for newcomers hactoberfest-accepted accepting for hactobertfest hacktoberfest labels Sep 30, 2023
@Dv04
Copy link

Dv04 commented Sep 30, 2023

Hey, can I get assigned to this issue?

@extinctsion
Copy link
Owner Author

@Dv04 issue assigned to you.

@Dv04
Copy link

Dv04 commented Oct 1, 2023

Thanks. Will update you as soon as done.

@Harsha19-08
Copy link

can u asssign this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest hactoberfest-accepted accepting for hactobertfest
Projects
None yet
Development

No branches or pull requests

3 participants