Nivedita967 / Data-Structure-and-Algorithms

Data Structure and Algorithms problems across various platforms.
MIT License
47 stars 77 forks source link

Flatten Binary Tree to Linked List #1168

Closed pri1311 closed 3 years ago

pri1311 commented 3 years ago

Related Issue

Closes: #1050

Describe the changes you've made

Added python solution to Flatten Binary Tree to Linked List

Describe if there is any unusual behavior of your code(Write NA if there isn't)

NA

Language used for coding

Python

Checklist: