ASCI-COEP / ASCI-COEP/hacktoberfest

Implement a program that prints preorder, inorder and postorder traversal of a tree

Open
#30 2 comments 0 reactions 0 assignees View on GitHub
hacktoberfest
Dominant language
Jupyter Notebook
Stars
12
Forks
117
PR merge metrics
No merged PRs in 30d

Description

Implement a function which when given an entry point to a tree, prints its preorder, inorder and postorder traversal.

Write a sample use of the checker function in the main function of your program. Also, specify the data structure used for the tree.

Hint: Use recursion for succinct code. For the really adventurous, try doing the same iteratively (you will need to use a stack).

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names no source file or test; start by locating the tree implementation and the program's main function. Done means the program specifies its tree data structure, prints preorder, inorder, and postorder traversals, and includes a sample use of the checker function.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook
Domain
data
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.