Forum: Computer Science Dec 13th, 2008 |
| Replies: 1 Views: 497 hi
can anybody give me the answer of this problem
Que: Use binary tree ADT operations to write a pseudo-code procedure ggc(v,T) to count the number of great grandchildren of a given node v in a... |
Forum: Computer Science Nov 25th, 2008 |
| Replies: 12 Views: 929 hi
here is BNF grammer.Can anybody help me to understand it.
<bool exp> -> <bool term> { "&" <bool term>}
<bool exp> -> "!" "(" <bool exp> ")"
<bool exp> -> <relation> { "|" <relation>}... |
Forum: Java Nov 25th, 2008 |
| Replies: 6 Views: 957 hi
can anybody tell me how ti skip blank spaces in java.Is there any function for that.Or we have to write code for that.
thanks |
Forum: C++ Nov 20th, 2008 |
| Replies: 5 Views: 510 u knw anything about huffman code.i m new to this topic |
Forum: C++ Nov 20th, 2008 |
| Replies: 2 Views: 197 i have created my code.But my division is not working for longer number.CAn anybody solve this.
#include <iostream.h>
#include <string.h>
#include <stdlib.h>
#include <sstream>
#include... |
Forum: C++ Nov 19th, 2008 |
| Replies: 5 Views: 510 i mean i have to read string from the user,and then i have to create huffman binary code using cursor. |
Forum: C++ Nov 19th, 2008 |
| Replies: 5 Views: 510 hi
i want to create huffman binary code which tales string as a input,identify Identify the set of characters appearing in
the input string. Count the frequencies of these characters.
According... |
Forum: C++ Nov 14th, 2008 |
| Replies: 1 Views: 246 can anybody tell me what does this eroors mean:
error C2676: binary '*' : 'class LongInt' does not define this operator or a conversion to a type acceptable to the predefined operator
C:\Documents... |
Forum: C++ Nov 14th, 2008 |
| Replies: 2 Views: 246 ok .guys .i m sorry for my previous msg.Can anybody tell me how i can take user 's value,then divided into 8 groups and then i have to make node for that 8 values.Here is my code
... |
Forum: C++ Nov 13th, 2008 |
| Replies: 1 Views: 224 hi.
i have to do addition,multiplication,division and substraction of large numbers using c++.
Using pointers and struct .I m sending some code.plz if anyone can do this program help me.
... |