HarshCasper / NeoAlgo

Bringing all Data Structures and Algorithms under one Roof âš¡
MIT License
876 stars 1.05k forks source link

Construction of Binary Tree From it's preorder and inorder traversal in C #2396

Closed aaadddiii closed 3 years ago

aaadddiii commented 3 years ago

🚀 Feature

Constructing a binary tree given it's preorder and inorder traversal in c

Have you read the Contributing Guidelines on Pull Requests?

yes

Motivation

(Please outline the motivation for the proposal.)

Pitch

It is a classic problem in data structures and is asked in many coding interviews I would like to implement this in C as a part of GSSOC'21. Please assign me this

Suvraneel commented 3 years ago

[C++] Hello maintainers!
As a participant/CA for GSSOC '21,
I wish to contribute & resolve this issue with proper indentation, comments & sample I/O in C++. Kindly assign me this issue under GSSOC '21...

ananddasani commented 3 years ago

Hi I am GSSoC'21 participant

i would like to contribute in Construction of Binary Tree From it's preorder and inorder traversal using C i will write the clean code with brief commenting and algorithm.

so i would like @HarshCasper to please assign this project to me :)