CodeHarborHub / codeharborhub.github.io

Welcome to CodeHarborHub – Our mission at CodeHarborHub is clear: to provide accessible and comprehensive educational resources to learners of all levels, from beginners to advanced professionals.
https://codeharborhub.github.io/
MIT License
70 stars 147 forks source link

[Documentation Update]: Add Leetcode solution for problem (105) #867

Closed NAVJOT-786 closed 1 month ago

NAVJOT-786 commented 1 month ago

Is there an existing issue for this?

Issue Description

I would like to suggest adding detailed solutions for LeetCode Problem 105, "Construct Binary Tree from Preorder and Inorder Traversal," to the documentation. This problem involves constructing a binary tree given the preorder and inorder traversal sequences of the tree nodes. The solutions will be highly beneficial for users who are preparing for coding interviews or enhancing their problem-solving skills in data structures and algorithms.

Suggested Change

  1. Provide a comprehensive explanation of the problem statement, including the input format, output format, and example cases.
  2. Include well-documented solutions in multiple programming languages: C++, Python, Java, and JavaScript.

Each solution should contain:

Rationale

No response

Urgency

High

Record

NAVJOT-786 commented 1 month ago

@Ajay-Dhangar please assign me the issue

github-actions[bot] commented 1 month ago

Hello @NAVJOT-786! Your issue #867 has been closed. Thank you for your contribution!