Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for laki234

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 proper binary tree T. thanks

Member Avatar for Salem
-1
97
Member Avatar for laki234

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

Member Avatar for ~s.o.s~
0
143
Member Avatar for laki234

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>} <relation> -> <exp> ("=" | "<" | ">") <exp> <exp> -> <term> {"+" <term> | …

Member Avatar for gbertoli3
0
120
Member Avatar for laki234

i have created my code.But my division is not working for longer number.CAn anybody solve this. [ICODE] #include <iostream.h> #include <string.h> #include <stdlib.h> #include <sstream> #include <iomanip> using std::setfill; using std::setw; using namespace std; void subtract (struct head *oprnd1, struct head *oprnd2, struct head *result); void add (struct head *oprnd1, …

Member Avatar for William Hemsworth
0
233
Member Avatar for laki234

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 to these frequencies, generate a Huffman binary code .I have to do this in c++ using cursor.I dont knw …

Member Avatar for MosaicFuneral
0
232
Member Avatar for laki234

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 [ICODE] #include<stdio.h> struct node { long int data; struct node* llink; struct node* …

Member Avatar for MosaicFuneral
0
113
Member Avatar for laki234

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 and Settings\dsproject.cpp(872) : error C2109: subscript requires array or pointer type C:\Documents and Settings\\dsproject.cpp(874) : error C2109: …

Member Avatar for ArkM
0
134
Member Avatar for laki234

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. here r some code plz send me on [email]fri_003@yahoo.co.in[/email] as soon as possible. [code=cplusplus] #include<stdio.h> struct node { long int …

Member Avatar for vmanes
0
97