Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
320 stars 475 forks source link

C++ code for Flattening a Binary Tree into a Doubly Linked List (multiple approaches) #2452

Open arkayyy opened 3 years ago

arkayyy commented 3 years ago

Aim

Objectives of the script:

  1. Clear and concise code for flattening Binary Tree to Doubly Linked List
  2. Decoding and understanding the process of traversing in a binary tree and creating a doubly-linked list simultaneously.

Details

Features of the script:

  1. Efficient and easy-to-understand code (fully working, along with the main function)
  2. I will be covering multiple approaches mentioning varying time complexities (both iterative and recursive)
  3. Step-by-step explanation of the solution will be provided
  4. Can you assign me this issue under HacktoberFest 2021?

Programming language

arkayyy commented 3 years ago

@Ayush7614 Can you assign me this issue under HacktoberFest 2021?