faqts : Computers : Programming : Algorithms

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

5 of 8 people (63%) answered Yes
Recently 5 of 8 people (63%) answered Yes

Entry

Algorithm: Expression: Postfix: Convert: How to convert a binary tree to a postfix expression? [RPN]

Jan 4th, 2004 09:51
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden --- 28 October 2003 - 06:10 pm --------------------

Algorithm: Expression: Postfix: Convert: How to convert a binary tree 
to a postfix expression? [RPN]

---

You can convert a binary tree to a postfix notation, by doing a 
postorder
traversal of that given binary tree.

---
---

Internet: see also:

---

Algorithm: Expression: Infix: Convert: Postfix: Overview: How convert 
infix to postfix expression?
http://www.faqts.com/knowledge_base/view.phtml/aid/26071/fid/585

----------------------------------------------------------------------