Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~268 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for suchita

if u r askin for a code to insert a node before head node then first create a temporary node, traverse the list using a condition "while(next->link!=head)", then assign the address of temporary node to next->link then shift next to this temporary node and at last assign the address of …

Member Avatar for subhashkataria2
0
121
Member Avatar for subhashkataria2

hello i'm subhash n m persuing BCA IInd year n got an assignment of writing a program to create a binary tree n display the elements level wise ie i need to display in a form of tree. for example if elements are 6,4,8,3,5,7,9 then i need to display it …

Member Avatar for twomers
0
147

The End.