hello im trying to delete a middle node in binary tree .but i have tried it in a linked list but here how to do that does any one them has links or video tutorials???????????
rithish 13 Junior Poster in Training
Recommended Answers
Jump to PostYou googled for "node deletion in binary trees in C", and received NO hits?
Without code, I have no idea of why your logic isn't working.
Jump to PostI believe you made a topic about binary trees before and your case was a binary search tree right? (for everynode the condition holds that every node in it's left subtree is smaller than the node's value and every node in the right subtree is bigger or equal)
You should …
All 5 Replies
Adak 419 Nearly a Posting Virtuoso
Gonbe 32 Newbie Poster
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
rithish 13 Junior Poster in Training
Gonbe 32 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.