my code is not working.
Tree to doubly link list
hi , there is some errors in your code
- at line 49 of your code , instead of ll(root->left); it should be LL(root->left)
- initialize prev and head with NULL
- make a print function to print the linkedList
here check the correct code :- https://ide.codingblocks.com/s/240468
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.