Forum: Geeks' Lounge Apr 27th, 2007 |
| Replies: 2 Views: 949 I take it that you can't answer the question. I have read the instruction. I am looking for someone that my have experience the same problem that can provide appropriate assistance. |
Forum: IT Professionals' Lounge Apr 27th, 2007 |
| Replies: 14 Views: 3,093 I am not crying, thanks for your reply. It really helped. |
Forum: IT Professionals' Lounge Apr 27th, 2007 |
| Replies: 14 Views: 3,093 That is correct so back to the original problem, which is a little different.
* + - + 43628 |
Forum: IT Professionals' Lounge Apr 27th, 2007 |
| Replies: 14 Views: 3,093 example problem - 234* - 482/++
234 * - 482/++ (first 3 4 * is evaluated)
2 12 - 482/++ (next 2 12 - is evaluated)
-10482/++ (then 82 / is evaluated and replaced)
-1044 + + (next 4 4 + is... |
Forum: IT Professionals' Lounge Apr 27th, 2007 |
| Replies: 14 Views: 3,093 It is known as reverse Polish notation or postfix form, introduced by Lukasiewicz. Unlike the Polish notation, in which the operation sign precedes the operands, in reverse Polish the operation sign... |
Forum: Geeks' Lounge Apr 27th, 2007 |
| Replies: 4 Views: 1,172 Prim's algorithm is applied to a connected weighted graph with n vertices, it actually produced a minimal spanning tree. Let T be as in the algorithm - the is, T is a set to which we add edges one... |
Forum: Geeks' Lounge Apr 27th, 2007 |
| Replies: 2 Views: 949 Can anyone tell how to post graphs in the Maple 11 software program. I am trying to work Properties of Trees such as(Spanning Trees, Depth-First Search, Rooted Trees and Binary Trees and Traversals).... |
Forum: Geeks' Lounge Apr 27th, 2007 |
| Replies: 4 Views: 1,172 How many edges are there in a tree with 21 verticies?
Also if that is not enough of an headache how about this. Can anyone help???
I am trying use the prism algorithm to find a minimal... |
Forum: IT Professionals' Lounge Apr 27th, 2007 |
| Replies: 14 Views: 3,093 Wow thanks for the info!!!! |
Forum: IT Professionals' Lounge Apr 26th, 2007 |
| Replies: 14 Views: 3,093 |
Forum: IT Professionals' Lounge Apr 26th, 2007 |
| Replies: 14 Views: 3,093 Evauate the Polish notation expression. Please help
1. + / 42 + 56
2. * + - + 43628 |