Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~300 People Reached
About Me

im looking for help..........

Interests
programming in C++
PC Specs
1.83GHz OS: Win XP Pro
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for nitro

please tell me how i can code a BST in c++ ? i know that each node is like that of a linked list where one 'box' stores the item. another two boxes stores the address/pointers to the two siblings. but how can i transform this into code? like this? …

Member Avatar for AHUazhu
1
139
Member Avatar for nitro

Can someone plz give me the C++ code for the following: (1) linear probing (2) separate chaining (3) quadratic probing (4) double hashing I know the theory behind it but i dont seem to be able to put it into code! plz help me P/S: im not asking you to …

Member Avatar for Ptolemy
0
101
Member Avatar for nitro

please give the c++ coding of how to do the following on a binary tree(BST) using recursion: (1) insert a new node (2) delete a node (3) search a tree

Member Avatar for Narue
0
60